On a web page, I need to load XLS Excel files and display the data into an HTML table.
(在网页上,我需要加载XLS Excel文件并将数据显示到HTML表中。)
I can't use XLSX files, only XLS ones.
(我不能使用XLSX文件,只能使用XLS文件。)
To parse the file, I use XLS.utils.sheet_to_row_object_array
function but it skips empty cells so the data is displayed in wrong columns.
(为了解析文件,我使用XLS.utils.sheet_to_row_object_array
函数,但是它跳过了空单元格,因此数据显示在错误的列中。)
And I absolutely need to take empty cells into consideration.(我绝对需要考虑空单元格。)
How can I correct this?
(我该如何纠正?)
ask by Arno translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…