excelize-wasm icon indicating copy to clipboard operation
excelize-wasm copied to clipboard

A WebAssembly build of the Go Excelize library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets

Results 7 excelize-wasm issues
Sort by recently updated
recently updated
newest added

# PR Details - Made minor updates to `index.js` - Added a test (just for nodejs) - Added package.json scripts to automate build process ## Description - Added prettier for...

size/XL

**Description** **Steps to reproduce the issue:** how to read excel in browser? **Describe the results you received:** **Describe the results you expected:** **Output of `node -v`:** **Output of `npm -v`:**...

**Description** I am trying to replicate the official [dependent drop list example](https://xuri.me/excelize/zh-hans/example/dependentDropList.html) with excelize-wasm but I can't provide items for the drop list. In the type definition of [`DataValidation`](https://github.com/xuri/excelize-wasm/blob/main/src/index.d.ts#L520) it...

enhancement

hello, i am running node with 4GB of memory. when i create an excel containing around 64k records with 58 columns of uuids i run out of memory. i tried...

**Description** This is a tooling feature request. I think it would be a nice addition to use tooling to aid in the package publishing and release process. In the past,...

用go build体积有点大,tinygo似乎可以减小很多

Hi! Whether to stream write to a file or write to a WritableStream?