Posted 19 November 2019, 1:59 pm EST
I have been tasked with updating an antique (VB6) program that used the “Spread ADO 7.0.05 (OLEDB)” component. The legacy program saved the FpSread 7 data using FarPoint’s native (I think) file format. The code used is:
Me.sprData(x).SaveToFile TempFile, False
I now need to read and display this data in a .Net desktop application (Spread/Winforms), but do not see anything in any of the WinForms grids that allow me to do this. The only method I saw was “ReadXml” but this won’t work as the legacy files are some sort of proprietary (not xml, BIFF8, XLS, or XLSX) format.
Any ideas?