Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support of xlsm with forms #435

Closed

Commits on Mar 22, 2018

  1. put in xlsx unsupported loaded data + load some supported data

    - load workbookProtection attributes
    - save loaded pageSetup[r:id]
    - save loaded sheet's AlternateContent
    - save loaded unparsed VmlDrawings
    - save loaded drawing files `rId`
    - save loaded draw's AlternateContent
    - save loaded control properties
    - save loaded printer settings
    - save loaded unparsed override content types (for ctrlProp,..)
    SailorMax committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    d579121 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. test case

    SailorMax committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    4af397f View commit details
    Browse the repository at this point in the history
  2. code clean up

    SailorMax committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    0503ffd View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. fix Excel crash result of using unparsed data

    for cases when source file has drawing-file, but has not draw-elements
    SailorMax committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    f82bb37 View commit details
    Browse the repository at this point in the history