imrahil / OctoPrint-PrintHistory

Plugin for OctoPrint - saves filename, print time and filament usage for each print
GNU Affero General Public License v3.0
63 stars 64 forks source link

Fix excel export #97

Closed justin-chandra closed 1 year ago

justin-chandra commented 1 year ago

Addresses: https://github.com/imrahil/OctoPrint-PrintHistory/issues/95

From what I can tell the leading 0's are causing the problem. I fixed this by simply removing the zfill function on that value.

I tested this and it looked fine on my end but please check on yours as well

Thanks

justin-chandra commented 1 year ago

@guysoft please review