alibaba / easyexcel

快速、简洁、解决大文件内存溢出的java处理Excel工具
https://easyexcel.opensource.alibaba.com
Apache License 2.0
32.09k stars 7.5k forks source link

fix a npe #3949

Open 721806280 opened 1 month ago

721806280 commented 1 month ago

Update ConverterUtils.java

psxjoy commented 1 month ago

I don't think there would be a null pointer exception here. However, in any case, this way of checking is acceptable.

LGTM