forked from sheetjs/sheetjs
docs: replace all git.io
link (#2666)
This commit is contained in:
parent
87e826f299
commit
47eeaa367d
@ -2191,7 +2191,7 @@ an apostrophe `'`, consistent with Excel's formula bar display.
|
||||
|
||||
`XLSX.version` is the version of the library (added by the build script).
|
||||
|
||||
`XLSX.SSF` is an embedded version of the [format library](https://git.io/ssf).
|
||||
`XLSX.SSF` is an embedded version of the [format library](https://github.com/SheetJS/ssf).
|
||||
|
||||
### Parsing functions
|
||||
|
||||
|
@ -40,7 +40,7 @@ function doit(type, fn, dl) {
|
||||
<b>Compatibility notes:</b>
|
||||
- Editable table leverages the HTML5 contenteditable feature, supported in most browsers.
|
||||
- IE6-9 requires ActiveX to upload files and ActiveX or Flash to download files.
|
||||
- iOS Safari file download may not work. <a href="http://git.io/ios_save">This is a known issue</a>.
|
||||
- iOS Safari file download may not work. <a href="https://github.com/eligrey/FileSaver.js/issues/12">This is a known issue</a>.
|
||||
|
||||
<b>Update Spreadsheet:</b> (submit file to update table; file parsed in browser)
|
||||
<input type="file" id="file" />
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
`XLSX.version` is the version of the library (added by the build script).
|
||||
|
||||
`XLSX.SSF` is an embedded version of the [format library](https://git.io/ssf).
|
||||
`XLSX.SSF` is an embedded version of the [format library](https://github.com/SheetJS/ssf).
|
||||
|
||||
### Parsing functions
|
||||
|
||||
|
@ -2062,7 +2062,7 @@ an apostrophe `'`, consistent with Excel's formula bar display.
|
||||
|
||||
`XLSX.version` is the version of the library (added by the build script).
|
||||
|
||||
`XLSX.SSF` is an embedded version of the [format library](https://git.io/ssf).
|
||||
`XLSX.SSF` is an embedded version of the [format library](https://github.com/SheetJS/ssf).
|
||||
|
||||
### Parsing functions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user