- neware_driver: default backup filetype="1" so Neware BTS produces Excel
backups out of the box (matches submit_*_export_excel semantics).
- submit_auto_export_excel: pass filetype=1 to align with function name
and the newly default Excel backup.
- manual_confirm: prefix Channel_Name with a single quote when writing
the integrated CSV so Excel keeps it as text (e.g. "6-10-2") instead
of auto-coercing to a date (e.g. "2006/10/2"). The on-disk value is
archival only and submit_auto_export_excel never reads it, so the
live workflow is unaffected either way.
- neware yaml: declare explicit item properties for manual_confirm's
formulations and assembly_data arrays so the orchestrator schema
projection keeps the 7/9 upstream fields intact.
Made-with: Cursor