Do NOT share spreadsheets/images as the only source of data. Use markdown TEXT tables instead. Use this tag for questions about programmatically interacting with Google Sheets. Use with: [google-apps-script] for questions relating to the built-in scripting language, [google-sheets-formula] for questions relating to formula design or [google-sheets-api] and a language tag (eg:[python]) for questions relating to sheets API usage. Do NOT use with [excel].
Google Sheets is a cloud-based application and service for creating and collaborating on spreadsheet documents. The service supports an internal API for Google Apps Script as well as an External API.
Sharing your data:
Sharing your data helps other community members in visualizing your data. This can be done through
- Tables(Mandatory):
Markdown help can be found here. You can easily create a table using the formula:=ARRAYFORMULA("|"&A1:G20)
, if you want to shareA1:G20
. However, the first rowA1:G1
must be a header row AND the second rowA2:G2
should only contain dashes--
in all the cells.
CSV:
Use File > Export to csvPublished Google sheets(in addition to text table):
In the sheets file, click File > Share > Publish to web.Share to others(in addition to text table):
In the sheets file, click File > Share to others > Anyone with link. Note, however that sharing Google sheets this way makes your email address visible to public.Screenshots(in addition to text table):
This shows your data structure but makes it hard for anyone to copy data from the question for testing
If questions depends on external links/images, they will be closed. Text tables is mandatory.
Related tags:
- google-apps-script - For questions about inbuilt scripting language, custom-function,menu,button,sidebar, dialog/modal-dialog
- google-sheets-formula - For questions relating to any formula design including import-* or array-formulas
- google-sheets-api + language tag(eg:python) - For Sheets api usage.
- google-query-language - Inbuilt Query function using Google's version of sql. May use with pivot/group-by etc.
- google-visualization - Google sheets charts
- conditional-formatting - Conditional formatting of cells.
- spreadsheet-protection - Inbuilt protection of ranges/sheets
- pivot-table - Pivot table creation/modification
- validation - Data validation