01-28-2026, 11:28 PM
@madscijr
First i'd say use inform to do you GUI aspects. Then we can look at implementing Tabs for multiple sheets (the c++ back end already supports this). Date and time fields can be stored in the string data but a few new flags to denote the extended data type's would be useful (varType in the Cell data udt(need to add em to both the c++ and the Qb64 side)). Current max for cols/rows is 1000000 i think but you can change that value in the HandleGrid sub to use new ones stored in the Grid udt. The only limit to the number of cells is based on your ram so the sheets can be as big as you want/need/can accommodate.
Good luck and happy coding.
Unseen
First i'd say use inform to do you GUI aspects. Then we can look at implementing Tabs for multiple sheets (the c++ back end already supports this). Date and time fields can be stored in the string data but a few new flags to denote the extended data type's would be useful (varType in the Cell data udt(need to add em to both the c++ and the Qb64 side)). Current max for cols/rows is 1000000 i think but you can change that value in the HandleGrid sub to use new ones stored in the Grid udt. The only limit to the number of cells is based on your ram so the sheets can be as big as you want/need/can accommodate.
Good luck and happy coding.
Unseen

