Use to tag questions about techniques to write an MS-Excel file (sheet, workbook, .xls, .xlsx) from various data sources (an SQL Query, a DataGrid, a DataGridView, a text file, etc).
How do I export data in my datagrid to an Excel file in Flex? Can anyone provide some examples for …
apache-flex actionscript-3 flex3 export-to-excelI'm facing org.apache.poi.openxml4j.exceptions.OpenXML4JRuntimeException: Fail to save:an error occurs while saving the package : …
file-io excel-2010 export-to-excelI'm using excel web queries to export an html table (mvc view) to excel. How do I get it to …
css export-to-excel html-tableI wrote a C# program to create an excel spreadsheet. The sheet has multiple columns. I want to format ONE …
c# export-to-excel epplus number-formattingBecause it is hard to deal with different standards among different browsers, I give up trying to export html table …
html export-to-excel phpexcelI have this code: protected void ibtGenerateReport_Click(object sender, ImageClickEventArgs e) { string filename = "report.xls"; StringWriter stringWriter = new StringWriter(); …
c# asp.net gridview export-to-excelI need to read from and write to Excel spreadsheets using Delphi 2010. Nothing fancy. Just reading and writing values from …
delphi export-to-excel import-from-excelI need to export the data from a particular table in my database to Excel files (.xls/.xlsx) that will …
sql excel sql-server-2008 export-to-excel sql-agent-jobI'm using the following function to add content to an excel file using PHP : function __writeString($row, $col, $value ) { $L = …
php excel heroku export-to-excelI need to create a script that does outputs the results of nslookup -q=ns for multiple websites into a …
dns export-to-excel domain-name nslookup