FlaminMad / researchProject

Level Control Research Project Repo
MIT License
0 stars 0 forks source link

Create data log files when run #14

Closed FlaminMad closed 8 years ago

FlaminMad commented 8 years ago

It would be good to have openpyxl create the excel file its data logging to in the initial object creation. This would avoid a lot of copying and pasting in the filesystem after each lab run!

Note: this may be good to implement during the solution of issue #11

pet1330 commented 8 years ago

Does it have to be excel files? Or just openable in excel?

FlaminMad commented 8 years ago

ideally excel files :+1:

pet1330 commented 8 years ago

Is this also solved by #11?

FlaminMad commented 8 years ago

No :/ Excel file still has to be present for it to be opened and written to. I just need to change the code so it creates one instead of opening the existing :)

Working on it atm ;)