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