You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some problems are occurring when reading Excel files with Spark, Java.
I'm currently making a service,
This service cannot specify the schema of the file. Because users upload their files, the file format is random.
Excel file capture photos
photos of formats that should be displayed
photos that are currently experiencing the problem.
The problems of the current Excel file are as follows.
[] The first column does not apply the date format (it should be displayed like the second picture, but it is not recognized) -> i want to display "yyyy-MM-dd'T'HH:mm:ss.SSSSZ" format.
[] Despite the same cell format for the second and third columns, the second column appears as a string with "₩ ", and the third column has a Scientific notation format
But I want both to be expressed in numbers. ₩ 100,000 -> 100000 ( i want to display this format)
=> In the second column, the numbers are values, and the form adds monetary units and spaces Like 3000000 -> ₩ 3,000,000
In the third column, the plus value of Excel cells is the default value. Like =C3+(C3*0.35)
[] Columns without headers should also be displayed if there is data, but columns without headers are currently ignored.
[[BUG] Data is not being read using streaming approach. #690] [BUG] Data is not being read using streaming approach. (60.28%)
If this issue is a duplicate, please add any additional info to the ticket with the most information and close this one.
Is there an existing issue for this?
Current Behavior
Some problems are occurring when reading Excel files with Spark, Java.
I'm currently making a service,
This service cannot specify the schema of the file. Because users upload their files, the file format is random.
Excel file capture photos
photos of formats that should be displayed
photos that are currently experiencing the problem.
The problems of the current Excel file are as follows.
[] The first column does not apply the date format (it should be displayed like the second picture, but it is not recognized) -> i want to display "yyyy-MM-dd'T'HH:mm:ss.SSSSZ" format.
[] Despite the same cell format for the second and third columns, the second column appears as a string with
"₩ "
, and the third column has a Scientific notation formatBut I want both to be expressed in numbers.
₩ 100,000
-> 100000 ( i want to display this format)=> In the second column, the numbers are values, and the form adds monetary units and spaces Like
3000000
->₩ 3,000,000
In the third column, the plus value of Excel cells is the default value. Like
=C3+(C3*0.35)
I've tried changing the values of the options written here, but it's still the same situation.
Please let me know if you know one problem..
Expected Behavior
[] i want to display "yyyy-MM-dd'T'HH:mm:ss.SSSSZ" format.
[] I want to display plain number without cell formats(styles), without Scientific notation.
[] Columns without headers should also be displayed if there is data, but columns without headers are currently ignored.
Steps To Reproduce
error.xlsx
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: