Error while reading a large Excel file (Over 500 000 data and 300 header) uploaded in S3 bucket using Java
I have uploaded a large Excel file in to S3 bucket using Java. My requirement is to read the Excel file stored in S3 bucket Using Java and pass it to Ui in form of string or Json.
Error While Reading A Large Excel File (Over 5 lakh data and 300 header) Uploaded in S3 Bucket Using Java
I have Uploaded a Large Excel file in to S3 bucket Using Java
My requirement is to read the Excel file stored in S3 bucket Using Java
and pass it to Ui in form of string or Json.
I have used apache poi XSSFWORKBOOK but it gives out of memory
and upstream error
Tried to convert the inputstream data to string but while printing the content
in string form its in an unreadable some kind of xml form.