fastexcel icon indicating copy to clipboard operation
fastexcel copied to clipboard

Generate and read big Excel files quickly

Results 67 fastexcel issues
Sort by recently updated
recently updated
newest added

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1. Release notes Sourced from maven-javadoc-plugin's releases. 3.4.1 [MJAVADOC-723] - Upgrade Maven Reporting API to 3.1.1/Complete with Maven Reporting Impl 3.2.0 (#158) @​pzygielo Skip Java...

dependencies

Invoke `sheet.openStream()` would throw an error: ``` org.dhatim.fastexcel.reader.ExcelReaderException: Sheet#0 'my_sheet_name' is missing an entry in workbook rels (for id: 'null') at org.dhatim.fastexcel.reader.OPCPackage.getSheetContent(OPCPackage.java:193) at org.dhatim.fastexcel.reader.ReadableWorkbook.openStream(ReadableWorkbook.java:147) at org.dhatim.fastexcel.reader.Sheet.openStream(Sheet.java:56) at org.dhatim.fastexcel.reader.Sheet.read(Sheet.java:60) ....... ```...

If I set the cell style fontSize to say (14), the autoSizing that happens will not take into account the font size, and the cell will be partially hidden.

bug

How can I decide if its a Date cell or just a number cell? I want to read different excel sheets, where I don't know which one is a date...

Added the feature to support conditional formatting of type="expression". It should be fairly ease to add other rules.

When I protect a Sheet: ``` Worksheet ws = wb.newWorksheet("Resumen"); writeSheet(ws); //Method that write some data in the sheet ws.protect("Some pasword"); ``` Then, I can´t open the File: Error: `We...

Is it possible to set the title of an Excel file? That is, the title that can then be queried in the programme under Information.

For example `10000 rows x 20 cols x 100 merged regions` There could be `10_000_000` `Worksheet.isCellInMergedRanges` iterations.

It is often necessary for accessibility reasons to explicitly define an area as a data table along with setting the top row as a header. This enables screen readers to...

enhancement
help wanted

Dear contributors, Could you please help me understand is there any way to generate excel sheet where in we can see format like hierarchy level is clasped with + button...