Skip to main content

Read and write list of `pandas.DataFrame`s of tabular data from/to excel file.

Project description

xlsx2dfs

Read and write list of pandas.DataFrames of tabular data from/to excel file.

Installation

Install by:

pip install xlsx2dfs

Alternatively:

pip install -e 'git+https://gwangjinkim@bitbucket.org/gwangjinkim/xlsx2dfs.git#egg=xlsx2dfs'

Usage

xlsx2dfs reads a xlsx file with different sheets and tables as pandas data frame and a list of sheet_names.

from xlsx2dfs import xlsx2dfs, withNames, dfs2xlsx

set test file name/path

fpath = "test.xlsx"

read into list of data frames and list of names

dfs, sheet_names = xlsx2dfs(fpath)

write a list of data frames and sheet_names into a file

out_fpath = "out_test.xlsx"
dfs2xlsx(withNames("sheet1", dfs[0], "sheet2" dfs[1], "sheet3", dfs[2]), out_fpath)

document the version:

  • Linux: $ pip freeze | grep xlsx2dfs
  • Windows: c:\> pip freeze | findstr xlsx2dfs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xlsx2dfs-0.1.0.post2.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

xlsx2dfs-0.1.0.post2-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page