spreadsheetml
XSL: create a cross tab under Excel with XSLT
I have an xml file like this : <products> <cars> <开发者_Go百科car> <brand>Audi</brand>[详细]
2023-03-25 23:17 分类:问答What does <a:theme> mean in OpenXML?
I\'m try to understand OpenXML spreadsheet inner file content. IN some file I found this string . Other tags has same prefix.[详细]
2023-02-04 17:48 分类:问答Multiple Panes in Excel 2003 Spreadsheet XML
I want to generate an excel spreadsheet with three horizontal panes. Report Header Report Titles Report Values[详细]
2023-02-04 15:58 分类:问答Exporting tabular data in Numbers-readable format
I have app that exports data in CSV. Recently I added \"Open In...\" feature for opening .csv files in other apps. I would like to be able to have Numbers (on iPad) open exported files as well.[详细]
2023-01-22 02:58 分类:问答With C# is it possible to put an object on the clipboard that will paste into excel as data and formulas?
In a WPF application, I need to generate data that can be put on the clipboard and pasted into excel. I need to paste something that can carry over data and formulas.[详细]
2023-01-13 20:19 分类:问答Parsing SpreadsheetML Using Perl
What\'s the best way to parse a file in Sprea开发者_StackOverflow中文版dsheetML format with Perl?I\'ve tried Spreadsheet::ParseExcel, but it doesn\'t recognize the format.Here\'s the error I get when[详细]
2023-01-12 20:43 分类:问答Add Hyperlink to Cell in Excel 2007 Using Open XML SDK 2.0
I can\'t seem to find any documentation or code samples on how to add a hyperlink to a cell in Excel 2007 using the Open XML SDK 2.0.I am using the following code, but is there a step I am missing?[详细]
2022-12-31 19:19 分类:问答How do I read data from a spreadsheet using the OpenXML Format SDK?
I need to read data from a single worksheet in an Excel 2007 workbook using the Open XML SDK 2.0.I have spent a lot of time searching for basic guidelines to doing this, but I have only found help on[详细]
2022-12-27 03:27 分类:问答Use SSIS to populate Excel workbook generated using OOXML
We are trying to generate MS Excel workbook using OOXML and populate data using SSIS. We are able to generate Workbook and sheets, also able to create columns and insert data in the Header cell. We ca[详细]
2022-12-26 05:22 分类:问答Spreadsheet ML Text Color (Colour) Rendering
I am writing a tool which generates some Spreadsheet ML (XML) to create an Excel spreadsheet for my users.[详细]
2022-12-08 01:08 分类:问答