LuisEnMarroquin / json-as-xlsx

Create excel from json npm package
https://www.npmjs.com/package/json-as-xlsx
MIT License
159 stars 26 forks source link

Writing options link is broken? #54

Closed enigmablue closed 2 years ago

enigmablue commented 2 years ago

https://github.com/SheetJS/sheetjs#writing-options is broken?

I'm trying to find out how to wrap a column.

LuisEnMarroquin commented 2 years ago

@enigmablue It used to work, sheetjs team changed the docs location

LuisEnMarroquin commented 2 years ago

@enigmablue This is the new one: https://docs.sheetjs.com/docs/api/write-options

The README.md is also updated with the new link