Tagged Questions

0
votes
5answers
31 views

Problem casting field when querying spreadsheet

I am trying to query an .xls spreadsheet with VBScript, but I have run into an issue when trying to cast a field. I connect to the spreadsheet like this. Set objConnection = Crea …
1
vote
5answers
2k 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 …
1
vote
4answers
70 views

I need summarise months into years, how can i do that?

Hi i working a fairly large spreadsheet which is broken down into months. I want to put the yearly subtotals at the begining of the spreadsheet. So in cell A1 i want to add AA2-AL2 …
3
votes
9answers
890 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 o …
1
vote
4answers
2k 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 t …
1
vote
0answers
9 views

what is baseuri field in gData

Hi All, I was trying to integrate google docs to a windows app. In the DocReq class there isa property called as baseUri. I have no clue what it is. Also, let me know if there are …
2
votes
4answers
151 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 …
0
votes
1answer
125 views

PHP - Read-Only spreadsheet filetype?

I'm using a simple web-based PHP application that outputs a table as a spreadsheet header("Content-Disposition: attachment; filename=" . $filename . ".xls"); header("Content-Type: …
1
vote
1answer
70 views

How do I display a counter(ie, no. of times downloaded) in an MS Excel 07 spreadsheet when the spreadsheet(.xls) is downloaded off my webpage?

I know it is easy to display a counter on a webpage but I need to implement the same, ie, I need to write data to a cell in the Excel 2007 spreadsheet every time a person downloads …
0
votes
3answers
143 views

Store spreadsheet kind of data in SQL Database

I want to store the spreadsheet data in database, so right now i am using key/value pattern to store the same but its taking too much time to retrieve it from data base, if the dat …
0
votes
2answers
247 views

Using a Script to automate data entry to an OpenOffice Calc Spreadsheet

Hi, I would like to be able to automate creating spreadsheets and adding data to an Open Office spreadsheet using a script (any scripting language is acceptable - PowerShell, Pyth …
0
votes
0answers
198 views

Google Spreadsheet API - find the first empty cell in a column?

Is there a good way to get the first empty cell in a column from Google's spreadsheet service via Java? I know I can use: public CellFeed CheckColumn(int row, int col) throw …
0
votes
2answers
299 views

I’m using Zend gdata to open documents with hopes to read and write spreadsheet cells.

I'm not good at programming and my trying to open one of my spreadsheet documents. Below in the basic login im using, I then request a list all my spreadsheet, which is returned in …
1
vote
1answer
114 views

How can the no. of pages in an OpenOffice.org spreadsheet be obtained programmatically?

I want to count the no. of pages that would be produced if I printed out an OpenOffice.org document. I can already do it for ODT files using the following code: public short getP …
2
votes
1answer
707 views

Conditional median in MS Excel

I'm trying to calculate the conditional median of a chart that looks like this: A | B ------- x | 1 x | 1 x | 3 x | y | 4 z | 5 I'm using MS Excel 2007. I am awa …

1 2 3 next
15 30 50 per page