Tagged Questions
A spreadsheet is a computer application with tools that increase the user's productivity in capturing, analyzing, and sharing tabular data sets. Each cell contains alphanumeric text, numeric values, or formulas.
36
votes
15answers
27k views
How do I diff two spreadsheets?
We have a lot of spreadsheets (xls) in our subversion repository. These are usually edited with gnumeric or openoffice.org, and are mostly used to populate databases for unit testing with dbUnit. ...
10
votes
3answers
6k views
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 to later be validated and added to the database. I had this working previously with csv files, but this ...
7
votes
1answer
753 views
Keyboard navigation in GWT CellTable
We are attempting to create an editable grid using CellTable. The use
case is fairly high volume data entry for accountants who are used to
10-key entry into spreadsheets. We are trying to replicate ...
7
votes
3answers
703 views
Python in OpenOffice 3
I have a heap of Lotus 123 spreadsheets (not written by me) with Lotus Scripts in them doing an awful lot of leg work (moving data from one spreadsheet to another, and other things like that). I am ...
7
votes
4answers
749 views
Spreadsheets that use a functional-programming language
I'd like to know if there exists a spreadsheet application which uses an existing functional-programming language to define functions.
I've already heard about Resolver One which uses python, but I'm ...
6
votes
0answers
237 views
Importing a CSV with different row widths into Incanter?
I'm trying to import a CSV file with rows of many different lengths into Incanter using the read-dataset function. Unfortunately, it appears to truncate the rows down to the length of the first row. ...
6
votes
8answers
712 views
What are good methods to perform spreadsheet-like calculations in a programming language?
What's the best way to do spreadsheet-like calculations in a programming language? Example: A multi-user application needs to be available over the web that crunches columns and cells of numbers like ...
5
votes
2answers
1k views
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 (tens of rows, 3 sheets), but now when using it on a real production data with over 500 ...
5
votes
5answers
382 views
How can i recreate a spreadsheet or sharepoint datasheet view on a website?
I am trying to migrate users off of a sharepoint solution into a website + SQL backend. The one thing is that everyone seems to like the sharepoint view and the data sheet view for editing and ...
5
votes
1answer
4k views
Google Spreadsheet: Script to Change Row Color when a cell changes text;
I have a googlespreadsheet where I keep a list of bugs and whenever I fix a bug I change the status from "Not Started" to "Complete". I want to write a script for the Google Docs spreadsheet such ...
5
votes
1answer
185 views
When to switch from Spreadsheet to RDBMS?
I've volunteered with a Non-Governmental Organization to help with their record-keeping at their community centre. At present, there is only one community centre where all their data is stored. ...
5
votes
2answers
3k views
Excel spreadsheet like library in Swing (=improved JTable)
I'm searching for a free, open-source if possible, Java swing library that improves the existent JTable (which is very simple).
I want to do an application with a spreadsheet similar to Excel one. ...
5
votes
8answers
2k views
Alternative to MS-Access/Excel for Spreadsheet Manipulation
I have an MS-Access application that formats the data in two large spreadsheets (20,000+ rows), imports this data into tables, runs a few queries comparing the data and outputs the results as excel ...
5
votes
5answers
374 views
What is the easiest way to display an editable list(like a spreadsheet) in HTML?
We have a requirement to display an editable list in a web page.
What would be the easiest way to do that? Farpoint Spread was something I have used to achieve this earlier but it was quite slow when ...
5
votes
8answers
5k views
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 and editing data. I'm currently using the SWT implementations of Table and ...
5
votes
7answers
510 views
Tool for deciphering Spreadsheets?
I recently had a multipage Excel spreadsheet/workbook dumped in my lap. Are there any tools to aid in deciphering spreadsheets? At the moment I click in a little cell to see what's there, then I click ...
4
votes
2answers
438 views
Google Docs Date Changing
I have three scripts that are in a google docs spreadsheet. In this spreadsheet, in column H (or column 8), if I type an "x", the script changes it into that days date. After a few days, every date ...
4
votes
2answers
1k views
Best way to connect a spreadsheet to web database
I'm using web based database for which I need to add spreadsheet capabilities to its front end. I was thinking that I could use Google Docs Spreadsheets. Their Google App Script seems to have the ...
4
votes
3answers
1k views
4
votes
2answers
113 views
Format mysql data in excel
I have a table in mysql like this:
+-------+--------+-------------+
| child | parent | data |
+-------+--------+-------------+
| 1 | 0 | house |
| 2 | 0 | car |
...
4
votes
1answer
597 views
How can I add a new row to an existing Excel spreadsheet using Perl?
I have created my Excel sheet a.xls using Perl where I have field as:
date name eid
13/jan/2010 asa 3175
When I will compile next time and if date will be more than previous ...
4
votes
4answers
22k views
Selecting non-blank cells in Excel with VBA
I'm just beginning to dive into VBA and I've hit a bit of a roadblock.
I have a sheet with 50+ columns, 900+ rows of data. I need to reformat about 10 of those columns and stick them in a new ...
4
votes
6answers
13k views
how to create and download excel document using asp.net
How to create and download excel document using asp.net ?
The purpose is to use xml, linq or whatever to send an excel document to a customer via a browser.
Edit : Use case
The customer load a ...
4
votes
4answers
4k views
How can I create or read OpenOffice spreadsheets from Perl?
What is a good way to create and read an OpenOffice spreadsheet in Perl?
3
votes
1answer
54 views
Rails - Spreadsheet adapter
Is there a way to use an Excel spreadsheet "as the database" adapter? Instead of writing anything to sqlite3, PostgreSQL, or MySQL, etc. I want to be able to read and write directly to an Excel ...
3
votes
1answer
142 views
Google Chart without Google Spreadsheet
I have a few questions regarding Google Chart Tools.
Do we actually need a spreadsheet to populate the charts?
Are we allowed to query a SQL Database and use the results as the data for the chart? ...
3
votes
3answers
477 views
Java Spreadsheet API - Read Write Modify
I need to create spreadsheet in various file format: .xls, .xlsx, .ods, csv. I want to know how can I achieve this in Java and about available open source API.
I found some API for .xls, .xlsx but ...
3
votes
4answers
352 views
Create an Excel Spreadsheet from a Oracle Database
I have a table in a Oracle database. I have to create a complex spreadsheet structure from the Oracle table. I am looking for best approach to achieve this. Can I use SSIS or use some Oracle utilities ...
3
votes
1answer
415 views
Embed Interactive Excel Spreadsheets Into Website
Been searching online for best ways to embed interactive spreadsheets into my website. My users primarily use MS Excel and it would be great if they could post their spreadsheets into our CMS with the ...
3
votes
1answer
444 views
How can I format a specific cell using the Ruby Spreadsheet library?
Formatting a column or row seems to be no problem. I've poked around the documentation a bunch, did some searches, and looked through the "methods" result on some spreadsheet objects and I can't ...
3
votes
1answer
314 views
How can I copy table cells in excel style using jQuery?
excel has a nice feature which allow that cells to by copied by a mouse drag and drop.The same functionality is offered by Google spreadsheet.
I can't grasp the Googles JavaScript code and figure out ...
3
votes
2answers
224 views
How to write a string starting with '=' to a cell using Spreadsheet::WriteExcel
I'm using the Perl package Spreadsheet::WriteExcel to write an Excel file. I want to write a string that starts with the equal sign, "=ABC()", to a cell.
$ws->write('A1', '=ABC()');
But I got ...
3
votes
5answers
337 views
Spreadsheet data - linked list or hashmap?
I am looking to implement a spreadsheet in java. Would it be better to use a linked list (rows) of linked list of cells (columns) to store the data or a hashmap (each cell maps to a key e.g. A1 -> 1, ...
3
votes
2answers
195 views
Algorithm for finding a set of regions containing a cell
I am working with some spreadsheet data and I have a set of cell regions that are of arbitrary bounds. Given any cell, what is the fastest way to determine the subset of regions which contain the ...
3
votes
3answers
4k views
How to generate an Excel document with multiple worksheets from PHP?
I want to generate an MS Excel file from PHP. I know one can do something like this:
header ( "Content-type: application/vnd.ms-excel" );
header ( "Content-Disposition: attachment; ...
3
votes
8answers
361 views
Integrating with 500+ applications
Our customers use 500+ applications and we would like to integrate these applications with our. What is the best way to do that? These applications are time registration applications and common for ...
3
votes
2answers
1k views
Need more examples on how to use Spreadsheet::ParseExcel
I have been using the Spreadsheet::ParseExcel to list the contents of spreadsheet. I've seen several examples on how to dump the entire spreadsheet. I really would like to see how to use this script ...
3
votes
2answers
464 views
How to format spreadsheet columns using ColdFusion?
I am using SpreadsheetFormatColumns() to format the columns in a spreadsheet to "text", but I don't know how to do this, all the formats in the livedocs are for numbers, currency or dates... is there ...
3
votes
3answers
261 views
What strategy to migrate data from a spreadsheet to an RDBMS?
This is linked to my other question when to move from a spreadsheet to RDBMS
Having decided to move to an RDBMS from an excel book, here is what I propose to do.
The existing data is loosely ...
3
votes
2answers
199 views
getting nsstrings into an excel spreadsheet?
Any idea how to go about formatting the data so I can export from my app data in excel format or even a simple table would be okay, how are people getting stuff out of the phone?
This particular app ...
3
votes
3answers
2k views
How to specify format for individual cells with Excel.Range.set_Value()
When I write a whole table into an excel worksheet, I know to work with a whole Range at once instead of writing to individual cells. However, is there a way to specify format as I'm populating the ...
3
votes
2answers
7k views
Excel: Set background colour of cell to rgb value of data in cell
I have a column containing rgb values, eg
127,187,199
67,22,94
In Excel, is there any way I can use this to set the background colour of the cell?
3
votes
3answers
5k views
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), via "copy" in the spreadsheet and then "paste" into the table in the browser. ...
3
votes
4answers
652 views
Tree structured spreadsheet-like app?
Every time I am laying out documents for some project, I like to refer to a tree of components/subcomponents/subsubcomponents...
I found apps like treepad or keynote, which help outline documents in ...
3
votes
5answers
5k views
What would be the spreadsheet function to sum all values in one column based on criteria from another column (I'm using google spreadsheet)
I want a spreadsheet function that will produce a sum of all values in column B for when column A is equal to 'X' and when it is equal to 'Y'
A B
X 10
Y 3
X 7
X 22
Y 4
Y 9
...
3
votes
1answer
808 views
Using Excel (Or Calc) as a web-app frontend or embedded widget
Problem: When dealing with web-applications that require grid-based input (but is not a fullblown spreadsheet like Google's) there is a common problem. Either the web-GUI sucks, or it is tied behind ...
3
votes
8answers
3k views
Spreadsheet Parser in Java/Groovy
Hi I'm looking to parse spreadsheets (xls/ods) in Groovy. I have been using the Roo library for Ruby and was looking to try the same tasks in Groovy, as Java is already installed on a development ...
3
votes
1answer
923 views
wxpython: Updating a dict or other appropriate data type from wx.lib.sheet.CSheet object
If I have a notebook with three spreadsheet widgets, what is the best way to have changes to the spreadsheet update a dictionary (or maybe an sqlite file?). Do all wx grid objects come with a built ...
2
votes
2answers
72 views
Dynamically sum numbers in seperate sheet by unique ID
I'm putting together an excel workbook for a friend to track his expenses and profit from selling cars. The workbook has 2 sheets (Cars, Expenses).
The cars sheet looks like this:
A B ...
2
votes
3answers
56 views
Netbeans/Java swing questions on Tables/cells
I have to do a 5 minute presentation on a project that I have to implement.
Stupid ol' me chose a project that is way too much for a 5 min presentation.
Also, I procrastinated. The teacher says ...