New Excel writer.

This commit is contained in:
lwark
2024-05-06 14:51:47 -05:00
parent 61c1a613e2
commit f30f6403d6
10 changed files with 1003 additions and 430 deletions

View File

@@ -1,5 +1,7 @@
- [ ] Convert Parsers to using openpyxl.
- The hardest part of this is going to be the sample parsing. I'm onto using the cell formulas in the plate map to suss out the location in the lookup table, but it could get a little recursive up in here.
- [ ] Create a default info return function.
- [ ] Parse comment from excel sheet.
- [x] Parse comment from excel sheet.
- [ ] Make reporting better.
- [x] Build master query method?
- Obviously there will need to be extensions, but I feel the attr method I have in Submissions could work.