Top "Xlsx" questions

xlsx is the file extension for files created using the default format of Microsoft Excel 2007 or higher.

PHP Read xlsx Excel 2007 file

I am using oleread to read uploaded xls file. But I am not able to read xlsx files saved in …

php file xlsx
Processing large xlsx file

I need to auto-fit all rows in large (30k+ rows) xlsx file. The following code via apache poi works on …

java apache-poi out-of-memory xlsx xssf
Code to read xlsx sheet into a table in a SQL Server database

I am trying to read data from an Excel sheet (.xlsx file) into a table in SQL Server 2008. I want …

sql-server tsql xlsx
How to generate an .xlsx using php

I need to generate an Excel file with extension .xlsx. Here is my simple code: $file = "test.xlsx"; header('Content-Type: …

php excel export spreadsheet xlsx
Setting styles in Openpyxl

I need advice on setting styles in Openpyxl. I see that the NumberFormat of a cell can be set, but …

python excel xlsx openpyxl
Convert .csv to .xls in Java

Does anyone here know of any quick, clean way to convert csv files to xls or xlsx files in java? …

java csv xls xlsx
How to export an HTML table as a .xlsx file

I have a question about exporting an HTML table as an xlsx file. I did some work and now I …

javascript excel html-table xls xlsx
how to convert xls to xlsx

I have some *.xls(excel 2003) files, and I want to convert those files into xlsx(excel 2007). I use the uno …

python excel xls xlsx uno
Read xlsx file with POI (SXSSFWorkbook)

I'm trying to do my first tests of reading large xlsx file with POI, but to do a simple test …

java apache-poi xlsx