excel ---> txt
txt ---> utf8 [The first column of txt is a number, such as: 15484]
BufferedReader
java -----------------> txt, memory storage is [,1,5,4,8,4]
In this case, I cannot use Integer.parseInt() to convert it to int type
I hope experts can help answer the following reasons and how to solve them? ? ? ?
Try converting to a string array
Before asking questions, organize the questions and describe them clearly