Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zanran committed Mar 9, 2016
1 parent c54bf30 commit e768be9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# unMergeExcelCell.py - unmerge excel file

Using the python package [xlrd](https://github.com/python-excel/xlrd) and [xlwt](https://github.com/python-excel/xlwt) to unmerge the excel file, and then auto fill the merged cells by the first cell in the merged cells.

## Usage
```
Un-merge excel cell and auto fill with the first cell value in the merged cells
Usage: unMergeExcelCell.py <excel file>
excel file: the path for un-merging excel file
```


> Notice: unMergeExcelCell.py will make a new excel file by add the sufix `_unmerged`.
> `e.g. excel.xlsx -> excel_unmerged.xlsx`
**In learning we trust !**

0 comments on commit e768be9

Please sign in to comment.