在读取excel单元格的数据之前,有时候需要判断单元格的数据类型。在spire.xls中有string、number、formula、boolean、error和blank六种数据类型,分别对应字符串型、数值型、公式型、布尔型、错误和空值。这篇文章将介绍如何使用spire.xls获取单元格的数据类型。 c# using system.drawing; using spire.xls; using spire.xls.core.spreadsheet; namespace getcelltype…