All--
I have updated the class to include support for British Pound and Euro currencies -- thanks to another on this site who did most of the ground work for this. I also corrected some bugs in the class using a private datasession for its cursors. I and another person have been using these updates for some time to try to make sure the bugs are worked out before my posting.
I believe this is now stable and want to release this.
As for a ToCursor() method... I would have questions: what columns? what names for fields? I have not included this type of method as I am not sure how I would 'decide' the field names. There is a method for reading the spreadsheet into the internal cursors. Once read in, there are methods to determine the cell values, number of rows and number of columns. From this you could write your own implementation of storing to a cursor or table.
↧