Top "Export-to-excel" questions

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 to save xls file as xlsx file using NPOI c#?

I'm using NPOI to open XLS file, then add some modifications to the XLS file. at the end i want …

c# export-to-excel npoi
Export MS Charts to PDF and Excel

I need to export a few (could be just one or more than one) Microsoft Charts to a PDF and …

asp.net export-to-excel mschart export-to-pdf
The function to_excel of pandas generate an unexpected TypeError

I created a dictionary of pandas dataframe: d[k] = pd.DataFrame(data=data[i]) So I assume that d[k] …

python pandas export-to-excel
Java: byte[] Array to Excel to BLOB

i have an byte[] array that needs to be converted into an valid excel spreadsheet. After converting the byte array, …

java excel bytearray export-to-excel jxl
Formatting the export Excel with ALASQL (AngularJS)

Firstly a big compliment on the contributors of the alasql-project. It helps me a lot to export my JSON data …

javascript angularjs export-to-excel alasql
Stretch overflow not working in excel jasper report

I am trying to export report to Excel (XLSX format) using jasper report, but get problems with stretching when text …

jasper-reports export-to-excel hyphenation
How to export table from heroku production database locally to excel from console using Ruby?

I know how to export table in Rails to formated Excel file: http://railscasts.com/episodes/362-exporting-csv-and-excel But how to …

ruby ruby-on-rails-3 excel export-to-excel