js-cfb
js-cfb copied to clipboard
:floppy_disk: OLE File Container Format
I've noticed some files that show an incorrect folder structure with this library. I believe the `dad` array is not filled correctly when a node comes before it's parent, and...
Hi there, I'm working on a program which converts .pst files to .msg files, primarily in Node but also in the browser, and it uses this library in a very...
Hi there. I've come across a problematic .doc file that is causing an infinite loop in `get_sector_list`. It looks like the 2nd half of this .doc file is all null,...
This might be a good item to add to allow for the file to be created without the seed. function _write(cfb, options) { var _opts = options || {}; /*...
I need to update xml file in CFB file. Just like [CFB Editor](https://oss.sheetjs.com/cfb-editor/UpdateFile.gif). How can I implement it?
``` .../node_modules/cfb/cfb.js:370 var blob = file.slice(0,512); ^ TypeError: file.slice is not a function at parse (.../node_modules/cfb/cfb.js:370:17) at Object.read (.../node_modules/cfb/cfb.js:688:9) ``` My code is this: ``` const cfb = CFB.read(file, {...
Is there an option to skip sort for a 'cfb' file type.? I am using this package to read and edit a 'cfb' file but I need to maintain the...