Local Data
There is no standard cross-platform approach to read and write files and data.
XLSX.readFile
and XLSX.writeFile
rely on platform-specific APIs to perform
the file read and write operations. Not all platforms support the APIs used in
the library.
The demos in this section cover APIs that are not supported out-of-the-box:
- Local File Access - Reading and writing files using various platform APIs
- Clipboard Data - Reading and writing data and files in the clipboard