diff --git a/docz/docs/02-getting-started/02-examples/04-import.md b/docz/docs/02-getting-started/02-examples/04-import.md index 08f2bc1..b05bb27 100644 --- a/docz/docs/02-getting-started/02-examples/04-import.md +++ b/docz/docs/02-getting-started/02-examples/04-import.md @@ -999,8 +999,7 @@ When the app is loaded, the data will be displayed in rows. -[^1]: - is the original location of the CC0-licensed dataset. +[^1]: is the current location for the CC0-licensed dataset. `PortfolioSummary.xls` is the file name. [^2]: See [`read` in "Reading Files"](/docs/api/parse-options) [^3]: See ["SheetJS Data Model"](/docs/csf/) [^4]: See ["Workbook Object"](/docs/csf/book) diff --git a/docz/docs/03-demos/03-net/08-headless.md b/docz/docs/03-demos/03-net/08-headless.md index ad84a29..feac0aa 100644 --- a/docz/docs/03-demos/03-net/08-headless.md +++ b/docz/docs/03-demos/03-net/08-headless.md @@ -66,7 +66,7 @@ sequenceDiagram This demo exports data from . -:::note +:::note pass It is also possible to parse files from the browser context, but parsing from the automation context is more efficient and strongly recommended. @@ -148,7 +148,7 @@ This file can be opened with Excel. -:::caution +:::caution pass Deno Puppeteer is a fork. It is not officially supported by the Puppeteer team. @@ -293,7 +293,7 @@ This file can be opened with Excel. PhantomJS is a headless web browser powered by WebKit. -:::warning +:::warning pass This information is provided for legacy deployments. PhantomJS development has been suspended and there are known vulnerabilities, so new projects should use @@ -340,7 +340,7 @@ page.open('https://sheetjs.com/demos/table', function() { });`} -:::caution +:::caution pass PhantomJS is very finicky and will hang if there are script errors. It is strongly recommended to add verbose logging and to lint scripts before use. @@ -351,11 +351,11 @@ strongly recommended to add verbose logging and to lint scripts before use. :::note -This demo was last tested on 2023 April 29 against PhantomJS 2.1.1 +This demo was last tested on 2023 August 16 against PhantomJS 2.1.1 ::: -1) Download and unzip the PhantomJS release from the official website. +1) Download and unzip the PhantomJS release from the official website[^1]. 2) Save the `SheetJSPhantom.js` code snippet to `SheetJSPhantom.js`. @@ -370,4 +370,6 @@ In macOS: When the script finishes, the file `SheetJSPhantomJS.xlsb` will be created. This file can be opened with Excel. - \ No newline at end of file + + +[^1]: Downloads available at \ No newline at end of file diff --git a/docz/docs/03-demos/09-cloud/02-netsuite.md b/docz/docs/03-demos/09-cloud/02-netsuite.md index 0e46be1..08856b5 100644 --- a/docz/docs/03-demos/09-cloud/02-netsuite.md +++ b/docz/docs/03-demos/09-cloud/02-netsuite.md @@ -137,8 +137,8 @@ There are three steps to reading files: 3) Parse the data with the SheetJS `read` method[^9]. This method returns a SheetJS workbook object. -`file.load` expects an `id` property, which can be be the internal ID (displayed -in the File Cabinet web interface) or an absolute or relative path string. +`file.load` expects an `id` property, which can be the internal ID (displayed in +the File Cabinet web interface) or an absolute or relative path string. ```js /* file ID or path */ diff --git a/docz/docs/07-csf/07-features/02-hyperlinks.md b/docz/docs/07-csf/07-features/02-hyperlinks.md index 7429627..41df815 100644 --- a/docz/docs/07-csf/07-features/02-hyperlinks.md +++ b/docz/docs/07-csf/07-features/02-hyperlinks.md @@ -82,6 +82,46 @@ function ExportSimpleLink(props) { return (