frictionlessdata / tabulator-py

Python library for reading and writing tabular data via streams.
https://frictionlessdata.io
MIT License
235 stars 42 forks source link

Issue with XLSX and scientific notation - contribute? #343

Closed cschloer closed 3 years ago

cschloer commented 3 years ago

Overview

Hey @roll

I've discovered an issue with my excel formatting code here related to scientific notation.

I know that tabulator is being merged into frictionless-py (is that actually true?), but as you know our stack can't make the switch yet due to dependencies on dataflow.

The issue has been marked high priority for me so I'm probably going to make a fork for the fix. Do you want me to make PR here in tabulator-py once I have the fix? Or is tabulator not being updated anymore?


Please preserve this line to notify @roll (lead of this repository)

roll commented 3 years ago

Hi @cschloer,

Sure please PR, we maintain tabulator merging PRs and fixing bugs

cschloer commented 3 years ago

Ignore my last comment, I was being stupid :) Here's the PR: https://github.com/frictionlessdata/tabulator-py/pull/344