Use this tag for questions about spreadsheet apps, plug-ins, libraries, etc.
I have a report that is generated in Excel which contains an employee's number, but not his/her name. Not …
excel excel-formula spreadsheet vlookupI want to convert spreadsheet data (such as from Excel/*.xls files or Open Office, etc.) to JSON files. What …
json spreadsheet xls file-conversionWe need to write an Excel spreadsheet with VBA code in it; the code reads and performs operations on the …
excel vba import spreadsheetI'm just beginning to dive into VBA and I've hit a bit of a roadblock. I have a sheet with 50+ …
vba excel spreadsheetI want to generate an MS Excel file from PHP. I know one can do something like this: header ( "Content-type: …
php spreadsheetIn VBA for Excel, what is the difference between Sheets.Select and Sheets.Activate ?
excel spreadsheet vbaI am using excel and i want to display a value to a certain number of significant figures. I tried …
excel spreadsheet rounding significant-digitsI want to input a variable in a cell only if the cell is empty. The if statement, however, does …
google-apps-script google-sheets cell spreadsheetI need to generate an Excel file with extension .xlsx. Here is my simple code: $file = "test.xlsx"; header('Content-Type: …
php excel export spreadsheet xlsxI am using Google app script to write form data to spreadsheet. Now I would like to fetch the values …
google-apps-script spreadsheet google-spreadsheet-api