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).
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 npoiI 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-pdfI created a dictionary of pandas dataframe: d[k] = pd.DataFrame(data=data[i]) So I assume that d[k] …
python pandas export-to-exceli 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 jxlFirstly 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 alasqlI am trying to export report to Excel (XLSX format) using jasper report, but get problems with stretching when text …
jasper-reports export-to-excel hyphenationI 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