Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
reading text from spreadsheet
#1
Is there a way to get the text from a cell in a spreadsheet and insert it into a string then replace that string with text from another cell later? Such as

str s1 = (A3 in spreadsheet)
(run a function)
then str s1 = (A4 in spreadsheet)

thanks in advance for any information.
#2
Code:
Copy      Help
ExcelSheet es.Init
str s1
es.GetCell(s1 1 3)
;...
es.SetCell(s1 1 4)

Requires QM 2.1.7 or later.
#3
Thanks as always Gintaras, you are the best, always got quick and accurate answers.


Forum Jump:


Users browsing this thread: 1 Guest(s)