Metadata-Version: 2.1
Name: xllib
Version: 0.0.3
Summary: A collection of tools for working with Excel in Python
Home-page: https://github.com/liao961120/xllib
Author: Yongfu Liao
Author-email: liao961120@gmail.com
License: UNKNOWN
Description: # Composer
        
        A Composer of Tables.
        
        ```bash
        pip install composer
        ```
        
        ## Usage
        
        See [Colab Notebook](https://colab.research.google.com/drive/1g3V-ZER91-KUnGzOv4B2t28URPTYC60S) for demo.
        
        
        ## ToDo
        
        - `CT.drop()` method for dropping columns/rows
        - `CT.iloc[1:3, 2:5]` select/modify cell/row/columns[^1]
        
        [^1]: Refer to [link1](https://stackoverflow.com/questions/26811712/how-can-a-function-accept-a-colon-range-operator-as-an-argument-in-python) and [link2](https://iter01.com/367485.html) for potential implementation.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
