SkillAgentSearch skills...

UnMergeExcelCell

Un-merge excel cell and auto fill with the first cell value in the merged cells

Install / Use

/learn @zanran/UnMergeExcelCell
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

unMergeExcelCell.py - unmerge excel file

Using the python package xlrd and 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
    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 !

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated2y ago
Forks4

Languages

Python

Security Score

70/100

Audited on Sep 25, 2023

No findings