UC-Davis-molecular-computing / scadnano-python-package

Python scripting library for generating designs readable by scadnano.
https://scadnano.org
MIT License
13 stars 7 forks source link

export newer Excel file format #266

Closed dave-doty closed 1 year ago

dave-doty commented 1 year ago

Description

Removing xlwt and xlrd as dependencies, adding openpyxl.

Related Issue

234

Motivation and Context

The old packages were needed when IDT did not support the newer Excel format. Now they do so we use a more modern library that reads/writes the modern Excel format.