3
I need to get the generated data from a proc
save in any variable that is and make a UPDATE
in a worksheet already existing in a fixed path on the system. It is possible to do this process via code ?
Ex. The trial returned these data to me:
Now I would need to store this data somewhere and give a UPDATE
in an already created spreadsheet that will stay fixed on a certain path.
UPDATE in spreadsheet??? Do you want to change the data of this spreadsheet? Post some spreadsheet lines and show how you want the data received from the trial to change the worksheet data.
– Reginaldo Rigo
In this case then you want to pass on this information generated from Procedure, to an (xml, json, etc.) and create a new spreadsheet with this data to replace the fixed worksheet?
– Mr_Ghost
@Mr_ghost Actually it would be to pass the generated information from the past and to do an Insert in an existing spreadsheet
– Igor Carreiro