Top "Spreadsheet" questions

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

PHPExcel very slow - ways to improve?

I am generating reports in .xlsx using PHPExcel. It was okay in the initial testing stages with small data sets (…

php spreadsheet phpexcel
How do I read the content of an Excel spreadsheet using Ruby?

I am trying to read an Excel spreadsheet file with Ruby, but it is not reading the content of the …

ruby rubygems spreadsheet parseexcel
Paste Excel data into html table

Using Javascript, how do I create an HTML table that can "accept" numeric matrix data from excel (or google spreadsheet), …

javascript html-table spreadsheet
Excel VBA code to select non empty cells

In Excel, let's I have data in B2 to B7 and C2 to C7 . In VBA I can write a …

vba excel spreadsheet
How to convert PDF files to spreadsheets

I have been trying the whole day to convert several. pdf files which contain traffic flow for São Paulo …

pdf ubuntu converter spreadsheet libreoffice
Use arrow keys to navigate an HTML table

I've created a very basic spreadsheet using an HTML table. It works perfectly, except the user must use the mouse …

jquery html css html-table spreadsheet
Excel VLOOKUP where the key is not in the first column

"The range where the lookup value is located. Remember that the lookup value should always be in the first column …

excel spreadsheet vlookup libreoffice
How can I modify an existing Excel workbook with Perl?

With Spreadsheet::WriteExcel, I can create a new workbook, but what if I want to open an existing book and …

perl spreadsheet xls
is it possible to change sheet name with apache poi MS excel java android

is there any way to update existing sheet name of MS Excel file knowing that I am using apache poi …

java android apache-poi rename spreadsheet
How to generate an Excel file with Rails?

I was searching Ruby toolbox for a popular, well-supported tool to generate XSLX (Excel 2007 and on) document, but I didn't …

ruby ruby-on-rails-3 spreadsheet export-to-excel