Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Make it possible to query any data from an Excel spreadsheet in exactly the
form it appears in the spreadsheet. The highest priority is to remove the 255 character limit from the size of fields being accessed in a query. I suppose there may be some way to do this from SQLServer using a character array, but if so, it is undocumented and probably not very developer friendly. It is also necessary to remove the "feature" that makes non-conforming numeric or text data disappear. The query should return all text visible to the user in every row and column queried. The present OLE DB interface causes data to disappear or even worse, appear in the wrong row. This is a computational disaster and potentially a security problem. Also, in the mean time, adding extra quote characters to tab delimited data when saving as a text file further corrupts the data. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove character at end of data | Excel Discussion (Misc queries) | |||
Remove data that preceeds a character | Excel Worksheet Functions | |||
255 character limit when importing data | Excel Discussion (Misc queries) | |||
Remove ' character from copied excel cell to match data | Excel Discussion (Misc queries) | |||
Remove character from imported data | Excel Discussion (Misc queries) |