Skip to main content

Excel splitter according to a specific column

Project description

https://badge.fury.io/py/sc-excel-splitter.svg PyPI - Python Version

A simple Python project sample structure

This project provides a sample structure for creating python project.

Installation

It is possible to install the tool with pip:

pip install sc-excel-splitter

Configuration

Configuration files reading in this order, the first is the top most priority:

  1. production.xml in current directory,

  2. production.xml in <project_name> directory under User directory,

  3. production.xml in <project_name> directory under /var/opt/sc/ directory,

  4. default.xml in <project_name> directory under /var/opt/sc/ directory.

The default configuration file looks like this:

dev:
  # whether this program is running is development mode
  dev_mode: False

excel:
  # 源文件路径
  source_file_path: "/path/to/source_excel_file.xlsx"
  # 导出文件的保存路径
  target_directory: "/path/to/target/"
  # 网点名称列表
  branch_list:
    - "A支行"
    - "B支行"
  # 需要按列拆分的Sheet以及拆分所在列
  sheet_config:
    # 需要拆分的Sheet名称,用双引号包围
    "Sheet1":
      # 机构列所在列的索引(从0开始计数,第一列为0,依此类推)
      branch_column: 3
      # 表头所在行的索引(从0开始计数,第一列为0,依此类推)
      header: 2
    # 需要拆分的Sheet名称,用双引号包围
    "Sheet2":
      # 机构列所在列的索引(从0开始计数,第一列为0,依此类推)
      branch_column: 17
      # 表头所在行的索引(从0开始计数,第一列为0,依此类推)
      header: 0
    # 其他需要导出的Sheet名称列表
    other_sheets:
      # Sheet名称
      - "Sheet3"
      # Sheet名称
      - "Sheet4"

License

The script is released under the MIT License. The MIT License is registered with and approved by the Open Source Initiative [1].

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

sc_excel_splitter-0.0.11-py3-none-any.whl (12.0 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