I want just build a nice excel table with different formatting (fonts, different styles of borders in different sides of cell, text and numeric cells and so on). I can do it by making different format styles by book.addformat, but it is ridicules. For example, if I have format for bold text and I want use it in different cells where in one ones I want cell top border be a bold line and in another cell I want use same bold text, but with bottom border do be bold, I can’t do that, as if i change border line occurrence in one cell, it changes all cells that use that bold text format.
Realy I must make different formats for every cell!? It’s odd and pointlessly time consuming. With Xojo built in ExcelApplication I can format every cell without problem, but it needs presence of Excel itself in customer computer and therefore is little bit problematic to use…
Thanks for any advice…