docs.sheetjs.com/docz/docs/02-getting-started/index.md

1.4 KiB

title hide_table_of_contents pagination_next
Getting Started true getting-started/installation/index

import DocCardList from '@theme/DocCardList'; import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

"Export Tutorial" is a live example that covers general data munging and data export to spreadsheets.

"Import Tutorial" is a live example that covers data import from spreadsheets and data processing.

"Demos" include discussions and tested examples for common deployments and use cases.

Installation

https://cdn.sheetjs.com is the primary software distribution site. Please read the installation instructions for your use case:

    {useCurrentSidebarCategory().items.map((item, index) => { if(item.label != "Installation") return ""; return item.items.map((item, index) => { const listyle = (item.customProps?.icon) ? { listStyleImage: `url("${item.customProps.icon}")` } : {}; return (
  • {item.label}{item.customProps?.summary && (" - " + item.customProps.summary)}
  • ); }); })}

:::tip pass

Watch the repo or subscribe to the RSS feed to be notified when new versions are released!

:::