excel-streaming-reader
excel-streaming-reader copied to clipboard
An easy-to-use implementation of a streaming Excel reader using Apache POI
Hi, it looks like this project is abandoned after 18 months without updates. Is anyone working on fork or plans to keep it updated?
Hi Team, I am trying to read xlsx file but one of the cell has line break that's reason I couldn't able to read complete text from the particular cell....
test #259 - no issue found
I am using Java technology I have tried a sheet by downloading from our application.One thing I have observed that if I just try to read the file directly after...
Hi Team, I am getting the below error with POI - 5.0.0 version, What is the xlsx-streamer compatibility version with POI 5.0.0 version. org.apache.poi.xssf.model.SharedStringsTable.getEntryAt(I)Lorg/openxmlformats/schemas/spreadsheetml/x2006/main/CTRst; I Verified with the both xlsx-streamer...
I am trying to read Multipart file but getting below exception- Caused by: java.io.FileNotFoundException: MultipartFile resource [file] cannot be resolved to absolute file path I am using below code to...
Small patch with test to allow DataFormater to be used. DataFormater required StreamingSheet.getWorkbook and detects the Date1904Support interface. Note the deprecated StreamingReader.read(File f) method is not supported.
xml-apis is not used
our customers usually upload excel files with phone numbers in numeric cells. Getting the raw content is the only healthy way to get the phone number, without any modification. I'm...
Hi, Can I get data formateed value from a numberic cell ? `File file = new File("C:\\Users\\Marvinh\\Desktop\\wrong_2021120932 - Análises Fopag 12.2021.xlsx"); //XSSFWorkbook xssfWorkbook = new XSSFWorkbook(file); DataFormatter formatter = new...