An open API service indexing awesome lists of open source software.

https://github.com/shibijm/excel-splitter

Split Excel sheets based on a selected column's values
https://github.com/shibijm/excel-splitter

excel microsoft-excel spreadsheet

Last synced: 2 months ago
JSON representation

Split Excel sheets based on a selected column's values

Awesome Lists containing this project

README

          

# Excel Splitter

Excel Splitter is a desktop application that can split Excel sheets based on a selected column's values.

[![Latest Release](https://img.shields.io/github/v/release/shibijm/excel-splitter?label=Latest%20Release)](https://github.com/shibijm/excel-splitter/releases/latest)
[![Build Status](https://img.shields.io/github/actions/workflow/status/shibijm/excel-splitter/release.yml?label=Build&logo=github)](https://github.com/shibijm/excel-splitter/actions/workflows/release.yml)

![Showcase](assets/readme/showcase.png)

## Download

Downloadable builds are available on the [releases page](https://github.com/shibijm/excel-splitter/releases).

## Usage

Select an Excel workbook, sheet name, and column header. A new directory named after the selected column header will be created alongside the source workbook. A new sheet will be created for every unique value in the selected column. These resulting sheets will be saved in new workbooks inside the aforementioned directory.