0
votes
3answers
63 views
How to calculate Future Value (FV) using JavaScript
I've been given a task to convert a simple spreadsheet to a HTML form to be used on a website, that is going to do some calculations using JavaScript. This would be no problem at a …
0
votes
1answer
104 views
(Rails) In-place editing of attributes via an “index” page.
Hi All,
I'm looking to use "in_place_editor_field" on an "Index" page of items. Basically I want to mimic spreadsheet functionality for pre-existing line items in order to edit t …
0
votes
1answer
12 views
Conditionally linking cells in Excel 2007
I have a series of worksheets in an Excel spreadsheet. Each worksheet details a set of requirements, along with each component necessary to make that requirement happen, broken dow …
-2
votes
2answers
70 views
How can I convert an Excel file to CSV with Perl’s Spreadsheet::WriteExcel?
I have an Excel sheet and am able to convert it into .csv format using Perl. My only problem is that some of my data in the Excel sheet cells contain commas and that
has to be ret …
0
votes
4answers
493 views
Open Office org Calc (spreadsheet): limit of 64k rows?
I was using a not-so-up-to-date version of OOo.calc (Open Office Spreasheet component, version 2.04, default for RHEL 5), and bumped into a nasty surprise. When trying to import a …
0
votes
2answers
19 views
How to add particular value in starting of each row of an excel sheet
hello,
i want to ask a question related to MS Excel. I have an excel sheet containing website addresses. The records counts nearly 3000. Now i want to filter it so that duplicate …
0
votes
0answers
28 views
Google docs spreadsheet: creating graphs [closed]
How can I create graphs out of data stored in Google docs Spread sheet application? Do I have to write application for that?
0
votes
2answers
36 views
Using semantic MediaWiki for tabular data
Am I completely off-track to think about using Semantic MediaWiki to store (and organise, report on, etc.) 'tabular' data such as financial transactions or weather readings that wo …
1
vote
3answers
65 views
PHP: Turn HTML table into spread sheet?
I am generating an HTML table full of data. They need it to be an editable spreadsheet though that they can save and edit.
I currently have it exactly as they want but as an HTML …
2
votes
7answers
1k 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 implementat …
0
votes
0answers
28 views
How do I add a collection hyperlinks in a specific cell or column of an Excel spreadsheet programmatically?
I am using functionality that creates an Excel spreadsheet in my application. It is achieved using the ExcelPackage DLL or the Microsoft Excel COM DLL.
I want something to hold h …
5
votes
8answers
976 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 …
1
vote
8answers
190 views
Creating Excel or Excel compatible Spreadsheets on the server side in C#
I'd like to make server-side excel compatible spreadsheets that maybe use OpenXML or a structured data format.
I've used Office Interop before to generate Excel spreadsheets, but …
0
votes
2answers
116 views
Spreadsheet: Count Repeated Values In A Column
I'm not particularly knowledgeable about spreadsheet wrangling, so I could use some assitance with a seemingly simple problem.
I have a column of year values which I am sorting by …
0
votes
0answers
16 views
Create selection lists from a column with strings in a spreadsheet
I'm trying to make a selectionlist in NeoOffice (mac osx clone of OpenOffice) from a column with strings.
I can make selection lists when in the same column, but I want a reference …
