alaahong commented on issue #336: URL: https://github.com/apache/fesod/issues/336#issuecomment-3427439241
Below is the sample file content <img width="480" height="342" alt="Image" src="https://github.com/user-attachments/assets/0436a9a7-4dcf-43ae-a904-eb3c616f248b" /> Because barcodes also include characters starting with 0, using Integer as the data type for the "Product Code/Barcode" column is inherently unreliable. Therefore, use String to declare the first column's data type. Parsing is skipped when a cell's content contains the specified string. 因为条码也包括0开头的字符,所以用Integer作为"商品代码/条码"这一列的类型首先是不健壮的。 所以用String声明第一列的类型,当遇到单元格内容包括指定内容时跳过解析即可。 <img width="1170" height="927" alt="Image" src="https://github.com/user-attachments/assets/f190d90c-885f-40ee-b145-b85db670588e" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
