Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

editpyxl

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

editpyxl

A Python library to edit Excel 2007 xlsx/xlsm files

  • 0.1.10
  • PyPI
  • Socket score

Maintainers
1

editpyxl

editpyxl is a Python library to non-destructively edit Excel 2010 xlsx/xlsm files.

The purpose is to edit excel files without otherwise modifying the excel document, to allow for efficient and quick edits of an excel file.

Many thanks to openpyxl for their hard work in developing a tool to read and writing excel files. https://bitbucket.org/ericgazoni/openpyxl

Official documentation

The homepage is http://editpyxl.readthedocs.org You will find:

  • every installation methods
  • the official documentation
  • code examples
  • instructions for contributing

0.1.10

  • Updated MutableSet import for python 3.10 compatibility

0.1.9

  • Force closing of zip file before removing folder, to prevent PermissionError: [WinError 32] error.

0.1.8

  • Added worksheet function clear_formula_values. This deletes preset values in formulas to force recalculation, to solve issue in Excel 2016 not respecting force recalc flags or the absence of the calcChain.xml

0.1.5

  • Updated lxml writing for python3

0.1.4

  • Updated uuid1().get_hex() -> uuid1().hex

0.1.3

  • Added wb['sheetname'] notation.
  • Added wb.sheetnames

0.1.2

  • Added ws['A1'] notation.

0.1.1

  • Added ws.dump() to dump all cell values.

0.1.0

  • Added wb.hide_sheet() / wb.unhide_sheet()

0.0.9 (unreleased)

  • Fixed filename parsing.

0.0.8 (unreleased)

  • Added function for updating formulas.

0.0.7 (unreleased)

  • Remove formulas from cells when setting value and remove calcChain.xml.

0.0.1 (unreleased)

Initial Release

  • Initial project released in Alpha.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc