Giter Club home page Giter Club logo

Comments (4)

WillDawnlll avatar WillDawnlll commented on June 25, 2024 1

thanks for your help and time . actually ,at the beginning, im looking for the name of biff8 id 1 record. its not in ms document . then i found the name blankGraph here . ( b2xtranslator/Xls/XlsFileFormat/Records/BlankGraph.cs line 7). and there is some explain comment . so i thought may be you guys have some old verison document ...

from macrome.

michaelweber avatar michaelweber commented on June 25, 2024

XLSB has a few differences from XLS. For XLS I pulled all my records from the MS-XLS spec over at https://docs.microsoft.com/en-us/openspecs/office_file_formats/ms-xls/43684742-8fcd-4fcd-92df-157d8d7241f9.

XLSB's record enumeration is at https://docs.microsoft.com/en-us/openspecs/office_file_formats/ms-xlsb/30e2eaae-0b1e-4e8e-a465-e1ce5575868d, and you can see it contains stuff for more numbers than just XLS.

Does this answer your question?

from macrome.

WillDawnlll avatar WillDawnlll commented on June 25, 2024

thanks , i already read these ms documents, but id 1 record and its name "blankGraph" not in [ms-xls] ......google results alway back to this tool code....
my purpose is clean malware macro sheet formula content, in xls , use blankgraph replace formula , but in xlsb , no similer record name , i have to delete all record in xlsb macro sheets....

from macrome.

michaelweber avatar michaelweber commented on June 25, 2024

image

The MS-XLSB spec covers BIFF12 and it's saying that record 1 is BrtCellBlank. I don't see a blankGraph in either of the specs unfortunately, so if that's explicitly what you're looking for you might need a different naming context. Happy to keep discussing this, but I'm going to close this issue since I don't think it's a Macrome specific problem.

Cheers!

from macrome.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.