Metadata-Version: 2.1
Name: html2excel
Version: 0.0.1
Summary: Convert HTML Table to Excel file
Home-page: UNKNOWN
Author: Neema Tsering
Author-email: ntvirus333@gmail.com
License: MIT
Description: # HTML2Excel Documentation
        Library to convert HTML Tables to Excel file.
        
        
        ## Usage
        
        ```python
        from html2excel import ExcelParser
        
        input_file = '/tmp/text_file.html'
        output_file = '/tmp/converted_file.xlsx'
        
        parser = ExcelParser(input_file)
        parser.to_excel(output_file)
        ```
Platform: UNKNOWN
Description-Content-Type: text/markdown
