Top "Spreadsheet" questions

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

External API call in Google Spreedsheet is possible?

I have created a Google Spreadsheet with five columns; Once the user filled the values in the first three columns, …

google-sheets spreadsheet google-spreadsheet-api
How to set background color for a row based on current date in Google Docs Spreadsheet?

I have a Google Docs SpreadSheet, where in the column A are dates (A1: 2013-11-22, A2: 2013-11-23, A3: 2013…

google-apps-script row spreadsheet highlight
how to set formula for cell data for (export to .xlsx) SheetJS js-xlsx: https://github.com/SheetJS/js-xlsx

Refering this example https://github.com/SheetJS/js-xlsx/blob/master/tests/write.js , it doesn't have any implementation for cell …

javascript spreadsheet xlsx jszip
How to insert line break within OPENXML spreadsheet cell?

I'm currently using something like this to insert inline string in a cell : new Cell() { CellReference = "E2", StyleIndex = (UInt32Value)4…

c# cell openxml spreadsheet line-breaks
how to add images in HSSFCell in apache POI?

How to add Image in different different HSSFCell object in poi ? I have written some code which is adding image …

java apache excel spreadsheet
Getting an array of column names at SheetJS

I'm trying to parse an Excel spreadsheet (.xlsx) into JSON. I'm using the SheetJS node package for it. However I …

javascript excel spreadsheet
Changing cell background color in LibreOffice

I am using LibreOffice 3.5.4.2. I would like to change the background color of cells based on various conditions. As a …

macros spreadsheet background-color libreoffice libreoffice-basic
Are there any spreadsheet widgets for Android?

I have an Excel file that I want to use in my application. Using jexcel I read and write an …

android file excel view spreadsheet
Open spreadsheet xml in Excel by default

In a web application, I am generating a spreadsheet XML using an XSL template created from Excel 2010. I want this …

xml excel spreadsheet
A more advanced table/spreadsheet SWT implementation

I'm developing an application based on Eclipse's Rich Client Platform that relies heavily on the use of tables for showing …

java eclipse swt spreadsheet