Skip to content

What is the Record System

908760230 edited this page Dec 6, 2020 · 5 revisions

A record is a 2D array..............Let's imagine, how you use your excel file?

How to add a new record?

For example, if you created a record in an excel file(player.xlsx) as follow:

| Id      | ChampionShop      

| Row         5            

| Col        3           

| Public        1            

| Private       1            

| Save         0            

| Cache        0            

| Ref         0            

| Force        0           

| Upload        0            

| ElementType | RaceType |  Cost  

|  string   | string   |  int  

|Desc                    `

The number of col must be less or equal to how much types have you defined. There are three types(ElementType,RaceType, Cost), if the col number is 5, the player.xlsx could not be tranlated to xml files.