Top "Spreadsheet" questions

Use this tag for questions about spreadsheet apps, plug-ins, libraries, etc.

Spreadsheets get unique names but ignore blank cells

I would like to use spreadsheets to get all unique names from Column A in a table but in the …

google-sheets spreadsheet google-docs
How to export the Subversion log to spreadsheet

Is there a way to export the Subversion log messages to a spreadsheet(excel, csv, etc.) format? When copying from …

xml svn logging tortoisesvn spreadsheet
Import Excel into Rails app

I am creating a small rails app for personal use and would like to be able to upload excel files …

ruby-on-rails spreadsheet gem
Create in-cell dropdown with filtered range

I'm using Google Spreadsheet. To illustrate my problem, I use the range A2:A8 for the data validation of D2 …

google-sheets formula spreadsheet
Send Email when value changes in Google Spreadsheet

I am trying to figure out, how do the following in Google Spreadsheet. Send email when a value changes in …

google-apps-script google-sheets spreadsheet sendmessage
How to make cells read-only in spreadsheets?

I'm populating a spreadsheet with Database values. The cells that I fill data with, I want them to be read-only …

vba excel spreadsheet
How do I search Google Spreadsheets?

I am doing a few exhaustive searches and need to determine if a new domain (URL) is already in a …

search spreadsheet google-apps-script
Saving a PhpSpreadSheet through button click

I'm trying to get my Laravel app to download an excel file with phpSpreadSheet a continuation of PhpExcel. But so …

php laravel spreadsheet
How can I filter my search in a column on google sheet which collects data from a form?

I would like to perform a multi criteria search of data in a column- contains data of check boxes(more …

google-sheets spreadsheet google-docs
Differences between getRange, getDataRange, and getActiveRange?

If it isn't immediately apparent by the question, I am pretty new to Google Apps Script. I'm trying to write …

javascript excel google-apps-script spreadsheet