Hi,
I’m creating a program to read LibraOffice spreadsheets. The problem I have is I need to be able to read each Element attributes to be able to extract the information. By default Calc adds the attribute for example: table:table {table:name “sheetname”}.
This is my starting point in my program, but I need to add attributes to each cell. I have only four columns and each column is in category, For example: pots, pans, dishes and cups.
So my, table:table-row’s each have four table:table-cell, these cells need the attribute according to their category. so how can I add these in LibraOffice Calc?
Thanks?..