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 trying to convert HTML tables to Excel, i have tried with a JavaScript function which converts a simple table …
javascript html excel export-to-excelI am trying to export and download a JSON object to CSV file and I have problem with Greek characters. …
javascript csv character-encoding export-to-excel export-to-csvI was searching Ruby toolbox for a popular, well-supported tool to generate XSLX (Excel 2007 and on) document, but I didn't …
ruby ruby-on-rails-3 spreadsheet export-to-excelI have a document that my asp.net page is creating and I need to align the text of certain …
c# excel openxml export-to-excelI am attempting to export rows of data from sql to excel but my Insert Command seems to fail every …
c# oledb export-to-excel oledbdataadapterI am trying to export data to excel in angular js 1) User clicks a button 2) Data in $scope.myArray gets …
jquery angularjs export-to-excel filesaver.jsI have installed the axlsx gem successfully from https://github.com/randym/axlsx Here is my controller code that I …
ruby-on-rails ruby export-to-excelI need to read and write to Excelx file with ruby code, Tried with spreadsheet it does not support xlsx …
ruby excel export-to-excel xlsxI have the following function that exports an HTML to excel: function generateexcel(tableid) { var table= document.getElementById(tableid); var …
javascript asp.net excel export export-to-excelI am using the Datatables TableTools plugin in order to provide an Export to Excel option for a table on …
javascript excel datatables export-to-excel tabletools