export-to-excel
OOXML SDK illegal character replacements
I am having an issue with creating an XLSX document with the Open XML SDK 2.0 from MS. My issue is that I need to display some of these illegal characters in the excel sheet, but if I just add them t[详细]
2023-03-03 03:31 分类:问答C# export to excel replace <br/> with a line break in a cell
I\'m exporting data to excel. Is it possible to replace <br/> in a string with a line break (alt+enter) so that when exported to excel the string 开发者_高级运维is displayed on separate lines in[详细]
2023-03-01 13:05 分类:问答Data Formatting not retained when exporting to .xls
I\'m using XtraReports, I\'m having issues when exporting report to .xls Some of my data needs formatting before being displayed to browser.[详细]
2023-03-01 12:54 分类:问答What does "The non-generic type 'System.Web.UI.Pair' cannot be used with type arguments" mean?
foreach (Pair<Pair<int, int>, Cell> cell in sheet.Cells) { dgvCells[cell.Left.Right, cell.Left.Left].Value = cell.Right.Value;[详细]
2023-03-01 09:00 分类:问答Browser opening downloaded Excel file in wrong version of Excel
We have a web application written in PHP that exports MySQL query results to an Excel file using PEAR Spread开发者_StackOverflowsheet Excel Writer. I\'m initiating the download via the following heade[详细]
2023-03-01 04:31 分类:问答Error while opening excel in 2007
I have a C# WPF application which uses Excel interop libraries to generate and open excel sheets. This works fine till now on an XP machine with Office 2003. But I have recently migrated this to windo[详细]
2023-03-01 01:43 分类:问答DataSet to excel issue
I am Using the below code to save a dataset to excel and everything is working fine and the data is stored in the excel , but when i mail the excel the excel got on the other end is without any data ([详细]
2023-03-01 01:37 分类:问答Export data from dataset to excel
I am trying to export data from dataset to excel and save it dir开发者_Go百科ectly to a given path without giving me the option to open,save or cancel.Using ExcelLibrary this is a one liner ...[详细]
2023-02-28 23:34 分类:问答html to excel problem!
I am printing excel like this: header(\"Content-Type:application/vnd.ms-excel; charset=utf-8\"); header(\"Content-type:application/x-msexcel; charset=utf-8\");[详细]
2023-02-28 09:07 分类:问答Values storable in Excel
Good evening! Which types of values can be directly stored into an Excel worksheet using Range.Value2 and how do I quickly check if a particular value can?[详细]
2023-02-27 07:50 分类:问答