Commit Graph

20 Commits

Author SHA1 Message Date
Oliver fb7beedbad feat: refactor audio generation and improve Excel handling
- Add GenAudioConsts.cs to generate AudioConsts.cs with Cues, NameDictionaries, and Parameters
- Remove GenEnums.cs and its enum generation functions
- Update GenModels.cs to remove AudioObjectDefinitions generation
- Modify ExcelHelper.cs to improve numeric and formula cell handling
- Update Program.cs to use GenAudioConsts for audio constants generation
- Update README.md with improved validation checks and CueSheet generation status
2026-04-17 16:05:22 +08:00
Oliver 6f2cc57eac refactor: change delimiter from comma to pipe in Excel parsing and remove unused export format enum 2026-04-15 21:07:17 +08:00
Oliver 965998b56f feat(refactor): introduce configuration-based Excel table processing
- Replace command-line options with single tables file configuration
- Add TablesConfig class for parsing table configuration from Excel
- Add TableEntry class for storing table configuration data
- Change GetCellValue method visibility from static to internal static
- Simplify Program.cs command line interface with single --tables option
- Add error handling for missing files and directories
- Update README with new usage instructions and examples
- Remove deprecated command-line option descriptions
2026-04-13 12:37:16 +08:00
Oliver f86fb2f1d0 更新说明文件 2026-03-26 15:04:58 +08:00
dingxiaowei c41a4f01c0 测试修改 2024-10-15 17:02:51 +08:00
dingxiaowei 01620a4b0c 测试修改 2024-10-15 17:01:49 +08:00
dingxiaowei dd5015377a Update README.md 2022-10-24 10:03:45 +08:00
dingxiaowei aad32b1eb0 Update README.md 2022-10-20 07:56:38 +08:00
dingxiaowei 7aeb9d8754 modify 2022-10-09 18:09:13 +08:00
dingxiaowei 5414effcbd 生成的模板类改成partial类 2022-09-30 16:16:30 +08:00
dingxiaowei 0095de8b57 Update README.md 2022-09-11 19:20:27 +08:00
dingxiaowei 0268ad7abd Update README.md 2022-09-11 19:13:06 +08:00
dingxiaowei 497c8e5c84 Update README.md 2022-09-11 19:12:38 +08:00
dingxiaowei f6661d9a89 modify 2022-09-09 10:55:14 +08:00
dingxiaowei 752ecab6ad modify 2022-09-08 21:35:00 +08:00
dingxiaowei 265eeafdda modify 2022-08-22 15:49:06 +08:00
dingxiaowei e4691c57a5 1 2022-08-11 19:12:36 +08:00
dingxiaowei 335ad81e21 modify 2022-08-08 17:38:26 +08:00
dingxiaowei f5c2497386 modify 2022-08-08 17:15:35 +08:00
dingxiaowei 1a5466ffa2 ExcelTool 2022-08-08 16:58:37 +08:00