Spreadsheet Gorilla is your all-in-one solution for spreadsheets on monday.com: Create spreadsheets from one or multiple boards directly on monday.com, and export them to Excel, CSV or HTML. Use automations to periodically send spreadsheets by email. Perform cross-board calculations with advanced Excel-like formulas, and use the results right in your spreadsheets or to update board items.
✅ Export spreadsheets from boards:
Export spreadsheets to Excel, CSV, or HTML
Periodically export spreadsheets and send them by email with automations
Choose the board columns to export
Use advanced formulas and apply them during export
Export spreadsheets with data from different boards
Configure export settings once for repeated use
Use case👉 Export boards to spreadsheets: You frequently need to create Excel or CSV files without any monday.com formatting or branding to work with the raw data outside of monday.com.▶️ Play video
✅ Use advanced Excel-like formulas:
Apply calculated formula results directly in spreadsheets
Update board items using advanced formulas
Perform cross-board calculations with ease
Use case👉 Calculate budgets with advanced formulas: Your team gathers invoices from different projects in one board and you want to add up the total amounts to cast that sum into another board.▶️ Play video
🛟 Give feedback to help us improve the app to your needs.
🛟Book a demo to get a personal walk-through of the app.
Security & Compliance
Security
Does the developer periodically perform penetration testing?
Not answered
Does the developer have a dedicated security and privacy point of contact for such issues or questions?
Does the app restrict redirects and forwards only to approved destinations, or show a warning when redirecting to potentially untrusted content?
Yes
The app doesn't do redirects based on user inputs.
Does the app protect against mass parameter assignment attacks?
Yes
We are using the zod library to validate input. We are not using libraries that magically map input to models.
Does the app perform encoding and sanitization on all user supplied parameters to protect against Cross-Site Scripting?
Yes
In the backend, we are using a library called zod to validate user input. In the frontend, we are using React.JS which provides a protection layer against XSS attacks.
Does the developer protect all state-changing actions against Cross-Site Request Forgery (CSRF)?
Not answered
Does the developer have mechanisms to notify monday.com in case of a security breach?
Yes
If there is a serious incident involving customer data we will reach out to the marketplace support team.
Does this developer have a process for installing application-level updates and security patches for the service (such as software packages and databases)?
Not answered
Compliance
Is the app certified with the information security standard ISO/IEC 27001:2022?
Not answered
Is the app compliant with the Health Insurance Portability and Accountability Act (HIPAA)?
Not answered
Is the app certified with System and Organization Controls (SOC 2 or SOC 3)?
Not answered
Is the app compliant with the General Data Protection Regulation (GDPR)?
Not answered
Data
Does the app send any data outside of monday.com? If yes, indicate whether the data is customer-submitted (e.g., board names, item names, doc content) or non-customer-submitted (e.g., account ID, board ID, user ID).
Not answered
Where does the app store logs data?
Not answered
Where does the app store the app data?
Not answered
Does the developer ensure application logs do not contain secrets or personally-identifiable information (PII)?
Yes
We use cloudflare for logging, they redact sensitive information by default.
Is customer data segregated from the data of other customers (for example logically or physically)?
Yes
We logically segregate the data by having a column with the account id in each database table. We then filter the data based on this column.
Privacy
Does the developer enforce multi-factor authentication on employees access to systems which may process customer data?
Not answered
Does the developer protect access to customer data based on the principle of least privilege?
Yes
We are a small company with only two people, so we don't have any employees who shouldn't have access to customer data in the first place.
Reviews
No reviews yet.
Installation history
We have data for December 28, 2024 onwards only. Collected sometime after 00:00 UTC daily.
{
"id": 10000256,
"description": "<p><strong>Spreadsheet Gorilla</strong> is your all-in-one solution for <strong>spreadsheets on monday.com: Create spreadsheets</strong> from <strong>one</strong> or <strong>multiple boards</strong> directly on monday.com, and <strong>export</strong> them to <strong>Excel</strong>, <strong>CSV</strong> or <strong>HTML</strong>. Use <strong>automations</strong> to periodically send spreadsheets by <strong>email</strong>. Perform <strong>cross-board calculations</strong> with advanced Excel-like <strong>formulas</strong>, and use the results right in your <strong>spreadsheets</strong> or to <strong>update board items</strong>.</p><p><br></p><p>✅ <strong>Export spreadsheets from boards:</strong></p><ul><li>Export spreadsheets to Excel, CSV, or HTML</li><li>Periodically export spreadsheets and send them by email with automations</li><li>Choose the board columns to export</li><li>Use advanced formulas and apply them during export</li><li>Export spreadsheets with data from different boards</li><li>Configure export settings once for repeated use</li></ul><p><br></p><p><strong>Use case</strong> <strong>👉 Export boards to spreadsheets:</strong> You frequently need to create Excel or CSV files without any monday.com formatting or branding to work with the raw data outside of monday.com.▶️ <a href=\"https://www.youtube.com/watch?v=uItRtu_VelY\" rel=\"noopener noreferrer\" target=\"_blank\">Play video</a></p><p><br></p><p>✅ Use <strong>advanced Excel-like formulas:</strong></p><ul><li>Apply calculated formula results directly in spreadsheets</li><li>Update board items using advanced formulas</li><li>Perform cross-board calculations with ease</li></ul><p><br></p><p><strong>Use case</strong> <strong>👉 Calculate budgets with advanced formulas:</strong> Your team gathers invoices from different projects in one board and you want to add up the total amounts to cast that sum into another board.▶️ <a href=\"https://www.youtube.com/watch?v=zgDFN3FS4qA\" rel=\"noopener noreferrer\" target=\"_blank\">Play video</a></p><p><br></p><p>🛟 <a href=\"https://wkf.ms/3RMU0MH\" rel=\"noopener noreferrer\" target=\"_blank\">Give feedback</a> to help us improve the app to your needs.</p><p><strong>🛟</strong> <a href=\"https://cal.com/gorilla-apps/spreadsheet-gorilla-demo\" rel=\"noopener noreferrer\" target=\"_blank\">Book a demo</a> to get a personal walk-through of the app.</p>",
"short_description": "Excel export with automations",
"compliance_answers": [
{
"questionId": 14,
"shortAnswer": true,
"detailedAnswer": "[email protected]"
},
{
"questionId": 10,
"shortAnswer": true,
"detailedAnswer": "The app doesn't do redirects based on user inputs."
},
{
"questionId": 9,
"shortAnswer": true,
"detailedAnswer": "We are using the zod library to validate input. We are not using libraries that magically map input to models."
},
{
"questionId": 8,
"shortAnswer": true,
"detailedAnswer": "We use cloudflare for logging, they redact sensitive information by default."
},
{
"questionId": 6,
"shortAnswer": true,
"detailedAnswer": "We are a small company with only two people, so we don't have any employees who shouldn't have access to customer data in the first place."
},
{
"questionId": 5,
"shortAnswer": true,
"detailedAnswer": "In the backend, we are using a library called zod to validate user input. In the frontend, we are using React.JS which provides a protection layer against XSS attacks."
},
{
"questionId": 3,
"shortAnswer": true,
"detailedAnswer": "If there is a serious incident involving customer data we will reach out to the marketplace support team."
},
{
"questionId": 1,
"shortAnswer": true,
"detailedAnswer": "We logically segregate the data by having a column with the account id in each database table. We then filter the data based on this column."
}
],
"badges_data": {
"acquisition_source": "No touch",
"pricing_data": "14 days trial",
"app_values": [
"Built for scalability"
]
},
"data": {
"terms_of_service_url": "https://getgorilla.app/terms/",
"google_analytics_tag_id": "G-DEYZZH4BC2"
},
"keywords": "Report,Export,Google Sheets,Excel,Worksheet,Sheet,Spreadsheet, Combine boards ,Automation ,CSV ",
"thumbnail_url": "https://dapulse-res.cloudinary.com/image/upload/v1689176983/monday-apps-marketplace/Spreadsheet%20Gorilla/app_card_592x348.png",
"logo_url": "https://dapulse-res.cloudinary.com/image/upload/v1689177007/monday-apps-marketplace/Spreadsheet%20Gorilla/app_icon_192x192.png",
"feedback_url": "[email protected]",
"privacy_policy_url": "https://getgorilla.app/privacy/",
"external_pricing_url": null,
"featured": null,
"security": null,
"display_in_template_store": null,
"acquisition_source": "No touch",
"terms_of_service_url": "https://getgorilla.app/terms/",
"label": null,
"app_values": [
"Built for scalability"
],
"security_info": null,
"gallery_assets": [
{
"type": "video",
"url": "https://dapulse-res.cloudinary.com/video/upload/v1702486161/monday-apps-marketplace/Spreadsheet%20Gorilla/Dec%2023/spreadsheet-gorilla-for-monday_1.mp4"
},
{
"url": "https://dapulse-res.cloudinary.com/image/upload/v1702486126/monday-apps-marketplace/Spreadsheet%20Gorilla/Dec%2023/1-spreadsheet-gorilla-for-monday-manage-spreadsheets-in-one-place-directly-on-monday_1.png"
},
{
"url": "https://dapulse-res.cloudinary.com/image/upload/v1702486156/monday-apps-marketplace/Spreadsheet%20Gorilla/Dec%2023/2-spreadsheet-gorilla-for-monday-templates-are-your-central-hub-to-create-and-maintain-spreadsheets_1.png"
},
{
"url": "https://dapulse-res.cloudinary.com/image/upload/v1702486157/monday-apps-marketplace/Spreadsheet%20Gorilla/Dec%2023/3-spreadsheet-gorilla-for-monday-export-spreadsheets-from-monday-boards_1.png"
},
{
"url": "https://dapulse-res.cloudinary.com/image/upload/v1702486157/monday-apps-marketplace/Spreadsheet%20Gorilla/Dec%2023/4-spreadsheet-gorilla-for-monday-formulas-made-for-calculations-across-boards_1.png"
},
{
"url": "https://dapulse-res.cloudinary.com/image/upload/v1702486157/monday-apps-marketplace/Spreadsheet%20Gorilla/Dec%2023/5-spreadsheet-gorilla-for-monday-book-a-demo-to-see-spreadsheet-gorilla-in-action_1.png"
}
],
"pricing_data": "14 days trial",
"marketplace_developer_id": 10000114,
"app_id": 10081682,
"marketplace_category_ids": [
10,
9,
8
],
"name": "Spreadsheet Gorilla: Export boards to Excel",
"app_scope_str": "me:read,boards:read,users:read,workspaces:read,boards:write,notifications:write",
"app_client_id": "021dde460796cd9c83333ca8beae046c",
"app_color": {
"hsl": {
"h": 155.20000000000002,
"s": 1,
"l": 0.4411764705882353,
"a": 1
},
"hex": "#00e184",
"rgb": {
"r": 0,
"g": 225,
"b": 132,
"a": 1
},
"hsv": {
"h": 155.20000000000002,
"s": 1,
"v": 0.8823529411764706,
"a": 1
},
"oldHue": 166.875,
"source": "hex"
},
"created_at": "2023-07-12T15:57:29.268Z",
"updated_at": "2025-01-26T12:18:16.969Z",
"how_to_use_url": "https://getgorilla.app/products/spreadsheet-gorilla/how-to-use",
"automation_app_id": null,
"plans": [
{
"id": "10081682-1-premium",
"appId": 10081682,
"appPlanId": "premium",
"versionId": 1,
"versionState": "live",
"name": "Premium",
"description": "Unlimited access to all Spreadsheet Gorilla features for your entire team.",
"extraData": {
"bullets": [
"Create unlimited templates",
"Update unlimited board items",
"Save unlimited spreadsheets",
"Export unlimited spreadsheets",
"Access Gorilla Apps support"
],
"monthlyFee": 39,
"yearlyFee": 31,
"maxSeats": null
},
"isTrial": true,
"isRecommended": true,
"isFree": false,
"currency": "USD",
"prices": {
"type": "standard",
"monthly": 39,
"yearly": 31
}
},
{
"id": "10081682-2-small_v2",
"appId": 10081682,
"appPlanId": "small_v2",
"versionId": 2,
"versionState": "live",
"name": "Small",
"description": "Export and email Excel spreadsheets with up to 100 automations per month",
"extraData": {
"bullets": [
"Create unlimited spreadsheet templates",
"Export up to 100 spreadsheets with automations",
"Export unlimited spreadsheets manually",
"Update items across boards",
"Access support"
],
"monthlyFee": 50,
"yearlyFee": 40,
"maxSeats": null
},
"isTrial": false,
"isRecommended": false,
"isFree": false,
"currency": "USD",
"prices": {
"type": "standard",
"monthly": 50,
"yearly": 40
}
},
{
"id": "10081682-2-medium_v2",
"appId": 10081682,
"appPlanId": "medium_v2",
"versionId": 2,
"versionState": "live",
"name": "Medium",
"description": "Export and email Excel spreadsheets with up to 250 automations per month",
"extraData": {
"bullets": [
"Create unlimited spreadsheet templates",
"Export up to 250 spreadsheets with automations",
"Export unlimited spreadsheets manually",
"Update items across boards",
"Access support"
],
"monthlyFee": 100,
"yearlyFee": 80,
"maxSeats": null
},
"isTrial": false,
"isRecommended": false,
"isFree": false,
"currency": "USD",
"prices": {
"type": "standard",
"monthly": 100,
"yearly": 80
}
},
{
"id": "10081682-2-large_v2",
"appId": 10081682,
"appPlanId": "large_v2",
"versionId": 2,
"versionState": "live",
"name": "Large",
"description": "Export and email Excel spreadsheets with up to 500 automations per month",
"extraData": {
"bullets": [
"Create unlimited spreadsheet templates",
"Export up to 500 spreadsheets with automations",
"Export unlimited spreadsheets manually",
"Update items across boards",
"Access support"
],
"monthlyFee": 150,
"yearlyFee": 120,
"maxSeats": null
},
"isTrial": true,
"isRecommended": false,
"isFree": false,
"currency": "USD",
"prices": {
"type": "standard",
"monthly": 150,
"yearly": 120
}
}
],
"featured_for_categories_ids": [],
"pinned_for_categories_ids": [],
"pricing_model": null,
"app_type": "app",
"display": null,
"is_connector": null,
"google_analytics_tag_id": "G-DEYZZH4BC2",
"app_live_version": {
"updated_at": "2024-05-07T07:35:05Z",
"id": 10240264
},
"is_solution": null,
"available_for_tiers": null,
"available_for_products": null
}