Convert CSV files to professionally formatted Excel workbooks with Chinese character support, automatic formatting, and multi-sheet capabilities. Use when us...
Initial release: CSV to Excel Converter with formatting and Chinese character support. - Added csv_to_excel.py script for converting single or multiple CSV files into Excel workbooks. - Professional formatting: auto-detects headers, applies bold colored header row, borders, and column width adjustment. - Handles Chinese and other non-ASCII characters; automatic encoding detection (UTF-8, GBK, GB2312, etc.). - Supports combining multiple CSVs into one Excel file, each as a separate sheet. - Allows custom sheet names, with compatibility for Excel's character limits. - Includes troubleshooting guidance and usage examples in documentation.