Can I append a line to Excel?

  • Автор темы Автор темы peterzhou
  • Дата начала Дата начала
Just save it with .xls file extention
 
to append lines into different cells: cell1;cell2; etc
split it by ;
 
  • Спасибо
Реакции: pjv
Can I reed a line from .xls file?
And can I get a value from concrete cell in this file?
 
You can read from .xls, .csv
to read concrete cell do next:
1. {-File.GetString-|-\Results\1.csv-|-1-|-false-} - take a line from file where is 1 - row number, number starts from 0
2. {-String.Split-|-{-File.GetString-|-\Results\1.csv-|-1-|-false-}-|-;-|-1-} use macros split with ; as separator, where 1 is col number, number starts from 0
 
  • Спасибо
Реакции: pjv

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)