1

I am using Sahi Open Source. does anybody know how to write values to Excel Sheet using Sahi?

i am trying to read data from web page and store it to excel sheet in a given cell. Please help.

Tanna
  • 35
  • 1
  • 1
  • 11

2 Answers2

1

This is what you are looking for:

http://sahi.co.in/w/working-with-excel-sheets

Vivek V Dwivedi
  • 2,510
  • 2
  • 28
  • 39
1

Writing for Excel (or any other tool which understands CSV) is pretty simple. Just store your data in a two dimensional array and use the _writeCSVFile API: http://sahi.co.in/w/miscellaneous-apis

Regards Wormi

globalworming
  • 757
  • 1
  • 5
  • 33