- Created create_excel_xlsxwriter.py and update_excel_xlsxwriter.py - Uses openpyxl exclusively to preserve Excel formatting and formulas - Updated server.js to use new xlsxwriter scripts for form submissions - Maintains all original functionality while ensuring proper Excel file handling 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
[console_scripts]
|
|
pip = pip._internal.cli.main:main
|
|
pip3 = pip._internal.cli.main:main
|
|
pip3.12 = pip._internal.cli.main:main
|