Replies: 2 comments 7 replies
-
The related codes are similar to the following. val dataFrame = DataFrame
.readExcel(
ByteArrayInputStream(data),
"Actions Log Report",
skipRows = 6,
columns = "B:F"
) I am not sure if I need to adjust the parameters. |
Beta Was this translation helpful? Give feedback.
4 replies
-
@hantsy could you please help with the header (obfuscate it, if it's sensitive), do you have there the columns with the duplicated names, and it's never failed earlier? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Upgraded to 0.11.0, the existing Excel parsing failed, with a simple exception
Data parsing is failed
Beta Was this translation helpful? Give feedback.
All reactions