TabStruct is a tool for converting data between spreadsheets (XLSX) and CSV files and Kotlin objects. It provides an easy-to-use API for mapping tabular data to objects and exporting objects back to these formats.
TabStruct also includes tools for validating data using annotations and processors, helping ensure that the data follows certain rules before it is processed.
Features:
• Convert data between spreadsheets (XLSX), CSV structures and Kotlin/Java objects.
• Validate data with annotations and processors.
• Easy integration with a simple API.
• Customizable data mapping options.