CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Get Cell Value or Data from Spreadsheet

by Wissem_B » 11 Feb 2016 10:09

Hi there,
i used in my Project a Spreadsheet , i want to read the Data from Cells but i don't know how? is it Possible to solve that without export/Import solution?
thank you for your help.
Wissem_B
 
Posts: 32
Joined: 07 Aug 2014 07:36

by Alexander Bulei » 11 Feb 2016 11:28

Hi Wissem_B,

is it Possible to solve that without export/Import solution?


Unfortunately, there is no way :(

Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal

by Alexander Bulei » 12 Feb 2016 15:28

Hi Wissem_B,

You can get the cell values by using the BrowserParams.

Example:

Code: Select all
procedure TFORMTEST.IWAppFormCreate(Sender: TObject);
begin
  with IWCGJQButton1.JQButtonOptions.OnClick.BrowserParams.Add do
  begin
    ServerName:= 'cellval';
    BrowserScript:= IWCGJQSpreadSheet1.jsGetCellValue(2,2,-1);
  end;
end;


Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal

by Wissem_B » 15 Feb 2016 13:50

hi,
thank you very much i will try it :)
best regard
Wissem_B
 
Posts: 32
Joined: 07 Aug 2014 07:36


Return to JQSpreadSheet

Who is online

Users browsing this forum: No registered users and 1 guest

Contact Us.