xml-spreadsheet

Sorting cells as per ss:Index

人走茶凉 提交于 2019-12-31 07:44:06
问题 Server generated XML-spreadsheet has random sequence of <Cell> s in each <Row> . Which is required to be sorted. I want to go with XSLT implementation for sorting <Cell> s in each <Row> based on ss:Index . I tried but failed to get sorted result.(XSLT code is given below) XML-Spreadsheet <?xml version="1.0" encoding="UTF-8" standalone="no"?><?mso-application progid="Excel.Sheet"?> <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns

C# and XML spreadsheet simple question

久未见 提交于 2019-12-24 12:35:04
问题 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 spreadsheet row? For example: ` <Cell ss:StyleID="s38"/> <Cell ss:StyleID="s39"> <Data ss:Type="String">ვაშლიჯვარი</Data> </Cell> <Cell ss:StyleID="s36"/>` Please help me, advice something its very important for me or give some good tutorials. 回答1: You can open the Excel XML file using LINQ to XML. You

Difficulty with send_data in Ruby on Rails in conjunction with Spreadsheet plug-in

走远了吗. 提交于 2019-12-18 16:45:15
问题 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 Report to Excel", :url => { :controller => :reports, :action => :user_report, :print_state => 'print'} % > In reports_controller I use the Spreadsheet plugin to generate an Excel file within the user_report function. I want to use send_data to stream the file to the user without creating it on the

Spreadsheet-like functionality in web app

橙三吉。 提交于 2019-12-06 15:07:49
问题 I have a web app for commercial property management that needs spreadsheet-like functionality for doing budgets. I don't want to use Google Sheets because my users won't necessarily have a Google account. So is there anything out there that I could use? I looked and could only find SocialCalc which wasn't quite good enough for me. Options: ExtJS Grid Component (Open Source[GPL3] & Commercial License) Infragistics Grid Component (Commercial License) TreeGrid (Commercial License, Free Version

Sorting cells as per ss:Index

廉价感情. 提交于 2019-12-02 13:59:24
Server generated XML-spreadsheet has random sequence of <Cell> s in each <Row> . Which is required to be sorted. I want to go with XSLT implementation for sorting <Cell> s in each <Row> based on ss:Index . I tried but failed to get sorted result.(XSLT code is given below) XML-Spreadsheet <?xml version="1.0" encoding="UTF-8" standalone="no"?><?mso-application progid="Excel.Sheet"?> <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"