execute sql from excel(发票清单.xlsx), return some empty cell for supplier column, the column cell format is 'general', some cell value is string, some is number, the cell with string return empty.
sql:
select * from [%SheetName%]
where Status is null

column format in excel

some cells are empty within supplier column but the data in excel has value
