mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
pyexcel-io provides one application programming interface (API) to read and write the data in excel format, import the data into and export the data from database. It provides support for csv(z) format, django database and sqlalchemy supported databases. Its supported file formats are extended to cover "xls", "xlsx", "ods". WWW: https://github.com/pyexcel/pyexcel-io
7 lines
370 B
Text
7 lines
370 B
Text
pyexcel-io provides one application programming interface (API) to read and
|
|
write the data in excel format, import the data into and export the data from
|
|
database. It provides support for csv(z) format, django database and sqlalchemy
|
|
supported databases. Its supported file formats are extended to cover "xls",
|
|
"xlsx", "ods".
|
|
|
|
WWW: https://github.com/pyexcel/pyexcel-io
|