Excel-to-DBCExcel-to-DBC
🏠 Home
📖 Guide
  • đŸ‡ē🇸 English
  • đŸ‡¨đŸ‡ŗ įŽ€äŊ“中文
đŸ“Ļ GitHub
🏠 Home
📖 Guide
  • đŸ‡ē🇸 English
  • đŸ‡¨đŸ‡ŗ įŽ€äŊ“中文
đŸ“Ļ GitHub
  • An Excel to DBC Conversion Tool

    • Multi-Sheet Generation
    • Generation Options
    • Signal Value Table Generation

An Excel to DBC Conversion Tool

A small tool designed to convert Excel files into DBC format. It is convenient for personal use and serves as practice for learning front-end development.

Multi-Sheet Generation

After uploading an Excel document, the WorkSheet field will display all the worksheets detected in the file. You can select one or multiple worksheets to generate protocols.

Generation Options

  • Separate Generation

The Separately option will generate an individual DBC file for each selected worksheet when multiple worksheets are selected.

  • Combined Generation

The Combined option will merge the protocol content from all selected worksheets into a single DBC file.

Signal Value Table Generation

When this option is selected, signals with the following value description formats will be used to generate an enumeration-type value table for the signal:

Number DEC
0: Invalid  
1: Enabled  
2: Disabled  
3: Warning  
Number HEX
0x0: Invalid  
0x1: Enabled  
0x2: Disabled  
0x3: Warning  

Tips

Supported Formats: Enumeration values can be in decimal or hexadecimal format. Delimiters can be either the English colon : or the Chinese colon īŧš. 😃

Edit this page