Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not read file. NumberFormatException #107

Open
bvn13 opened this issue Aug 23, 2017 · 1 comment
Open

Could not read file. NumberFormatException #107

bvn13 opened this issue Aug 23, 2017 · 1 comment

Comments

@bvn13
Copy link

bvn13 commented Aug 23, 2017

https://yadi.sk/d/7N-lbmgA3MGqCM - this one. Read it as described in your project's main page.

Exception in thread "main" java.lang.NumberFormatException: For input string: "1 "
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.lang.Integer.parseInt(Integer.java:580)
	at java.lang.Integer.parseInt(Integer.java:615)
	at com.monitorjbl.xlsx.impl.StreamingSheetReader.unformattedContents(StreamingSheetReader.java:316)
	at com.monitorjbl.xlsx.impl.StreamingSheetReader.handleEvent(StreamingSheetReader.java:184)
	at com.monitorjbl.xlsx.impl.StreamingSheetReader.getRow(StreamingSheetReader.java:76)
	at com.monitorjbl.xlsx.impl.StreamingSheetReader.access$100(StreamingSheetReader.java:37)
	at com.monitorjbl.xlsx.impl.StreamingSheetReader$StreamingRowIterator.hasNext(StreamingSheetReader.java:370)
	at com.monitorjbl.xlsx.impl.StreamingSheetReader$StreamingRowIterator.<init>(StreamingSheetReader.java:364)
	at com.monitorjbl.xlsx.impl.StreamingSheetReader.iterator(StreamingSheetReader.java:336)
	at com.monitorjbl.xlsx.impl.StreamingSheet.iterator(StreamingSheet.java:49)
	at ru.bvn13.test.App.main(App.java:96)
bvn13 added a commit to bvn13/excel-streaming-reader that referenced this issue Aug 24, 2017
@bvn13 bvn13 closed this as completed Aug 24, 2017
@bvn13
Copy link
Author

bvn13 commented Aug 24, 2017

please commit my pull request

@bvn13 bvn13 reopened this Aug 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant