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 #234

Closed dave-doty closed 1 year ago

dave-doty commented 2 years ago

Currently scadnano uses a library xlwt specifically for exporting to older Excel files ending in .xls, which once was all IDT's website could read for uploading plates described by Excel files.

Now IDT can read the newer format, meaning we can use a newer and easier-to-use package, for instance openpyxl: https://www.python-excel.org/.