README note about ajax demo [ci skip]

This commit is contained in:
SheetJS 2014-07-28 13:52:16 -04:00
parent dd5ac8bba3
commit 909e98d514

View File

@ -63,7 +63,8 @@ var workbook = XLSX.readFile('test.xlsx');
/* DO SOMETHING WITH workbook HERE */
```
- ajax:
- ajax (for a more complete example that works in older versions of IE, check the
demo at <http://oss.sheetjs.com/js-xlsx/ajax.html>):
```
/* set up XMLHttpRequest */