Hi,
I am a newbie to Perl. I am struggling a bit to read the contents of Macro Enabled Excel.
The Excel sheet has buttons, which define the name of the component. Next to that cell.. the price of the component is defined.
When we click on the button it takes me to the page where the complete details of the component is mentioned.
All I need, is to read the first page ... i.e., the button (Name of the component) and its corresponding price... and display it on the terminal..
I have written a code using for loops... where I increment the rows & columns... As there are buttons existing in the excel.. I am unable to print the component name... But I could print the price of it... Please let me know .. how to get the component on to the screen..
Bye,