BakingSheet

Easy datasheet management for C# and Unity. Supports Excel, Google Sheet, JSON and CSV format.

MIT License

Stars
332
Committers
2

Bot releases are hidden (Show)

BakingSheet - v2.0.3

Published by cathei about 3 years ago

  • Error handling for duplicated key
  • Add link.xml for Unity
BakingSheet - v2.0.1

Published by cathei about 3 years ago

  • Importer packages renamed to Converter
  • CSV Exporter support
  • Json support now in independent package
BakingSheet -

Published by cathei almost 4 years ago

Fix: Bypass AOT generation by implementing IDictionary interface
Update: Expose some variables for utility purpose

BakingSheet -

Published by cathei almost 4 years ago

  • Fix: Google Sheet Importer didn't work correctly
  • Update: Custom Verifier now verify values
BakingSheet -

Published by cathei almost 4 years ago

  • New: CSV Importer
  • New: TimeZoneInfo support when converting
BakingSheet -

Published by cathei about 4 years ago

  • Fix: SheetReference serialization to use correct json serializer
BakingSheet -

Published by cathei about 4 years ago

  • Fix: Update ContractResolver to handle private setter correctly.
BakingSheet -

Published by cathei about 4 years ago

  • Update: UnityPackage with dlls & examples