Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QB64PE Excel-type spreadsheet supporting formulas and QB64PE macros?
#25
@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
Reply


Messages In This Thread
RE: QB64PE Excel-type spreadsheet supporting formulas and QB64PE macros? - by Unseen Machine - 01-28-2026, 11:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QB64pe and Home Automation dano 3 217 02-12-2026, 02:27 PM
Last Post: mdijkens
Question qb64pe's translation of .bas to .cpp ? Fifi 6 481 01-21-2026, 08:51 PM
Last Post: Fifi
Question Finaly, qb64pe-4.3.0 could work on macOS 10.13.6 (High Sierra) ! Fifi 0 147 01-20-2026, 02:53 PM
Last Post: Fifi
  a question about OpenGL in QB64pe: TempodiBasic 11 1,812 11-22-2025, 05:47 PM
Last Post: TempodiBasic
Question Latest version of QB64PE or QB64 compatible with Windows XP (32-bit)? madscijr 14 1,997 09-30-2025, 08:10 AM
Last Post: hsiangch_ong

Forum Jump:


Users browsing this thread: 1 Guest(s)