parsexcel.js:在原生node.js中解析整个excel工作簿。获取单元格样式、格式、公式和值

解析器在本机node.js中解析的整个excel工作簿。工作簿元数据,例如工作表名称、位置和维度。单元格格式,例如常规、日期、布尔值、货币、百分比等。单元格样式信息,例如字体大小、对齐方式、样式和颜色。单元格填充图案和填充颜色。单元格边框和边框样式。单元格公式和计算值。安装npm install parsexcel.js注意:尽管0.1.0的文档化API有所不同,但目前仍支持0.0.3 API。 0.0.3 API仍然以parsexcel.parseRaw()的形式存在,应该比调用parseRaw()本身更受青睐(因为这在未来可能会被弃用)。 parsexcel#htmlReady var parsexcel = require('parsexcel.js'); parsexcel.htmlReady('Spreadshee
zip
parsexcel_js-master.zip 预估大小:24个文件
folder
parsexcel.js-master 文件夹
file
.gitignore 55B
file
package.json 1KB
folder
cellstyle 文件夹
file
cellstyle.js 726B
file
jsdate.js 332B
file
fills.js 608B
file
fonts.js 654B
file
alignments.js 355B
file
numformats.js 2KB
file
borders.js 1KB
file
htmlstyles.js 2KB
file
gethex.js 1KB
folder
cell 文件夹
file
cellcoords.js 525B
file
cell.js 650B
file
namespace.js 209B
file
calcsheetdimensions.js 940B
file
README.md 7KB
folder
test 文件夹
folder
spreadsheets 文件夹
file
excel_mac_2011-formats.xlsx 48KB
file
excel_mac_2008-types.xlsx 37KB
file
PPWSA-2012-02-29-v6.xlsx 168KB
file
excel_mac_2008-formulas.xlsx 30KB
file
test.js 2KB
file
answers.js 69KB
file
unpackxlsx.sh 307B
file
parsexcel.js 6KB
zip 文件大小:212.14KB