[Gambas-user] Grid with spreadsheet behaviour

Fabien Bodard gambas.fr at ...626...
Fri Jul 15 10:41:49 CEST 2016


2016-07-13 5:37 GMT+02:00 martin p cristia <tercoide at ...67...>:
> Hi, just wondering if someone has it and want to share the code.


I have an old code. But what is your needs ? GridView have the
hability to manage borders and you can use the Interpreter class to
manage interpretable code.

SO what you need to do to have a simple spreedsheet is to find way to
load and store spreadsheet datas and format. And then manage changing
event to propagate the formulas recalculating. You store the formulas
in a fomula property and the result in a value property. Maybe then to
increase the speed of calculating you can manage a relation tree
between cells formula.


>
> --
> Saludos
>
> Ing. Martin P Cristia
>
>
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity planning
> reports.http://sdm.link/zohodev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard




More information about the User mailing list