Skip to content

Another python3 based excel tables export tool, supporting for type checking and arbitrary nested structures. It's a good companion for game development ^-^.

License

Notifications You must be signed in to change notification settings

bagaking/tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tables

Another python3 based excel tables export tool, supporting for type checking and arbitrary nested structures.
It's a good companion for game development ^-^.

enviroment

  • python3

Supported formation (for now)

  • json

Supported Types & marks (for now)

  • float
    • double
    • float
    • single
  • ufloat
    • ufloat
  • int
    • int
    • int8
    • int16
    • int32
    • int64
    • long
  • uint
    • uint
    • uint8
    • uint16
    • uint32
    • uint64
    • ulong
  • bool
    • bool
  • str
    • str
    • string

usage

emmmmm...
docs are not done yet, how about reading the code yourself?

About

Another python3 based excel tables export tool, supporting for type checking and arbitrary nested structures. It's a good companion for game development ^-^.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages