forked from sheetjs/sheetjs
SheetJS
2a756fffcc
- codepage updated to 1.6.0 (latest) - clean up Makefile - adapted .travis.yml to support 0.8 - removed test files that drifted from baseline - removed XLSB pseudo-inverse tests due to fails in node 4+
7 lines
218 B
JavaScript
7 lines
218 B
JavaScript
/* ods.js (C) 2014-present SheetJS -- http://sheetjs.com */
|
|
/* vim: set ts=2: */
|
|
/*jshint -W041 */
|
|
var ODS = {};
|
|
(function make_ods(ODS) {
|
|
/* Open Document Format for Office Applications (OpenDocument) Version 1.2 */
|