From 5b5c467cc469e6d2a0e7de578002324403b20436 Mon Sep 17 00:00:00 2001 From: zanran Date: Thu, 10 Mar 2016 00:02:10 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 511b74e..1a358d8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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. +For general purpose, unMergeExcelCell.py won't keep the style and format from the origin excel file. + ## Usage ``` Un-merge excel cell and auto fill with the first cell value in the merged cells