Skip to content

issues Search Results · repo:SheetJS/js-cfb language:JavaScript

Filter by

18 results
 (96 ms)

18 results

inSheetJS/js-cfb (press backspace or delete to remove)

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 order of the streams.
  • gparbh
  • Opened 
    on Sep 18, 2024
  • #24

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 || {}; /* MAD is order-sensitive, skip rebuild and sort */ if(_opts.fileType ...
  • vlagnar
  • Opened 
    on Oct 26, 2023
  • #22

I need to update xml file in CFB file. Just like CFB Editor. How can I implement it?
  • s2mh
  • Opened 
    on Aug 31, 2023
  • #21

.../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) ...
  • serkonda7
  • Opened 
    on Aug 31, 2023
  • #20

Thanks for js-cfb, and for the changes to truncate stream names introduced in 0e33eb6e. The MS-CFB spec says storage and stream names are limited to 32 UTF-16 code points, including the terminating null ...
  • shearer12345
  • 2
  • Opened 
    on Nov 9, 2022
  • #18

How do I use fs in my browser
  • 95sunny
  • 1
  • Opened 
    on Jan 26, 2022
  • #16

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 has R or L sibling nodes. I ...
  • rossj
  • Opened 
    on Dec 28, 2021
  • #15

/** Chase down the rest of the DIFAT chain to build a comprehensive list DIFAT chains by storing the next sector number as the last 32 bits */ function sleuth_fat(idx, cnt, sectors, ssz, fat_addrs) ...
  • wisekaa03
  • 2
  • Opened 
    on Oct 2, 2021
  • #14

Hi there, I discovered today some unusually slow operations when trying to create a rather large .msg file with roughly 63k data nodes. I tracked the slowness down to a nested loop in rebuild_cfb() that ...
  • rossj
  • 2
  • Opened 
    on Sep 3, 2021
  • #12

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, so it is definitely damaged invalid, but ...
  • rossj
  • 1
  • Opened 
    on Aug 5, 2020
  • #11
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub