Skip to content

请问哪个版本的支持导出的是xlsx而不是xls #319

Closed Answered by SoltauFintel
h742004725 asked this question in Q&A
Discussion options

You must be logged in to vote

A XLSX file can contain 1 million rows.

Jxls 2.10.0 supports hssf, xssf and sxssf. Or in other words: .xls, .xlsx and .xlsx-with-streaming. Streaming is often used if you have many rows.

Create a XLSX template (from scratch?) using Microsoft Excel. You must use the xssf or sxssf API. I don't know how to do that off the top of my head.

My advice: Use the newest Jxls version 3.x and read the new docs. Streaming is explained there.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gastendonk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants