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

2003形式のExcelを書き込む場合、セルの取得時に例外が発生する。 #19

Closed
mygreen opened this issue Jan 29, 2015 · 1 comment
Labels

Comments

@mygreen
Copy link
Owner

mygreen commented Jan 29, 2015

java.lang.NullPointerException
at com.gh.mygreen.xlsmapper.POICellFormatter.getNumericCellValue(POICellFormatter.java:165)
at com.gh.mygreen.xlsmapper.POICellFormatter.format(POICellFormatter.java:55)
at com.gh.mygreen.xlsmapper.POIUtils.getCellContents(POIUtils.java:234)
at com.gh.mygreen.xlsmapper.POIUtils.isEmptyCellContents(POIUtils.java:262)
at com.gh.mygreen.xlsmapper.fieldprocessor.processor.HorizontalRecordsProcessor.saveRecords(HorizontalRecordsProcessor.java:574)
at com.gh.mygreen.xlsmapper.fieldprocessor.processor.HorizontalRecordsProcessor.saveProcess(HorizontalRecordsProcessor.java:458)
at com.gh.mygreen.xlsmapper.fieldprocessor.processor.IterateTablesProcessor.saveMultipleHorizontalTableCell(IterateTablesProcessor.java:388)
at com.gh.mygreen.xlsmapper.fieldprocessor.processor.IterateTablesProcessor.saveTables(IterateTablesProcessor.java:313)
at com.gh.mygreen.xlsmapper.fieldprocessor.processor.IterateTablesProcessor.saveProcess(IterateTablesProcessor.java:257)
at com.gh.mygreen.xlsmapper.fieldprocessor.processor.IterateTablesProcessor.saveProcess(IterateTablesProcessor.java:1)
at com.gh.mygreen.xlsmapper.FieldAdaptorProxy.saveProcess(FieldAdaptorProxy.java:65)

@mygreen mygreen added the bug label Jan 29, 2015
@mygreen
Copy link
Owner Author

mygreen commented Apr 5, 2015

#15 でセルのフォーマッタの実装を変えることで対応。
fix v0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant