Tagged Questions
The xml-spreadsheet tag has no wiki summary.
2
votes
1answer
238 views
Multiple Panes in Excel 2003 Spreadsheet XML
I want to generate an excel spreadsheet with three horizontal panes.
Report Header
Report Titles
Report Values
So that the Titles will scroll to the top of the document and then "freeze" while the ...
1
vote
1answer
986 views
Difficulty with send_data in Ruby on Rails in conjunction with Spreadsheet plug-in
I have a function in a controller that takes in some specifications and generates a report on them. This function user_report is called in a view:
< %= submit_to_remote 'submit-button', "Export ...
1
vote
6answers
490 views
Spreadsheet Like Functionality In WebApp
I have a webapp for commercial property management that needs spreadsheet like functionality. We need the spreadsheet like functionality for doing budgets. I don't want to use Google spreadsheet ...
0
votes
1answer
374 views
C# and XML spreadsheet simple question
Hello guys
I have 1675 line Code. Want to when user click button textbox.text insert into this xml spreadsheet and then create on desktop. does it possible? How can I insert text in current xml ...
0
votes
1answer
78 views
How to select visibility of specific worksheet at the opening of Excel using Spreadsheet XML
I am getting spreadsheet xml from a code logic (Flex Grids to spreadsheet xml).
I have 3 worksheets (A, B, C) in that spreadsheet xml.
I am opening this spreadsheet xml in Excel.
I want to view ...
0
votes
2answers
1k views
How to Read xml spread sheet
I have a 3rd Party tool that generates an xml spreadsheet (*.xls). I have another program that reads this spreasheet and processes it. The content of the generated xml spreadsheet is a table with 5 ...
0
votes
2answers
5k views
Array Formulas in Conditional Formatting of Excel XML Spreadsheet files?
Excel usually treats Conditional Formatting formulas as if they are array formulas, except when loading them from an Excel 2002/2003 XML Spreadsheet file.
This is only an issue with the Excel ...