7 lines
224 B
JavaScript
7 lines
224 B
JavaScript
/* cfb.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
|
/* vim: set ts=2: */
|
|
/*jshint eqnull:true */
|
|
/*exported CFB */
|
|
/*global module, require:false, process:false, Buffer:false, Uint8Array:false, Uint16Array:false */
|
|
|