+ Reply to Thread
Results 1 to 6 of 6

Thread: Excel add-in for data transfer limited to 16,500 rows

  1. #1
    Guest.Visitor Guest

    Default Excel add-in for data transfer limited to 16,500 rows

    We frequently use Excel?s addin file transfer capability to download information from our AS/400 into Excel spreadsheets. However, our downloads always cutoff at approx. 16,500 records regardless of how many records exist in the file on the As/400. Can you give us any insight as to why this occurs?

  2. #2
    Guest.Visitor Guest

    Default Excel add-in for data transfer limited to 16,500 rows

    I don't know if this will work in your situation, but I had to build a CSV file in IFS on the 400 then open it with EXCEL. This was maybe EXCEL from about 3-4 years ago; don't remember the version. DAte fields were a problem but are Lilian(1900-01-01). We did have better luck with Crystal REports in this situation. HTH bobh

  3. #3
    Guest.Visitor Guest

    Default Excel add-in for data transfer limited to 16,500 rows

    Len, If you haven't done it yet, install the Microsoft Query option from your Office software package. Using this interface, you will be able to directly Query your AS/400 data and download into a spreadsheet. Some benefits of this approach: You can implement a parameterized Query. You can refresh data with the push of a button. You can manipulate the functionality with macro code. (Do a search for Excel for more posts about this subject) Bill

  4. #4
    Guest.Visitor Guest

    Default Excel add-in for data transfer limited to 16,500 rows

    See also the thread in this forum titled "file transfer limit on Excell document (James C Percy) " The following information is copied from "http://www.perldoc.com/cpan/Spreadsheet/WriteExcel.html#LIMITATIONS" The following limits are imposed by Excel or the version of the BIFF file has been implemented: Description= Limit (Source) ----------------------------------- ------ ------- Maximum number of chars in a string= 255 (Excel 5) Maximum number of columns= 256 (Excel 5, 97) Maximum number of rows in Excel 5= 16,384 (Excel 5) Maximum number of rows in Excel 97= 65,536 (Excel 97)

  5. #5
    Guest.Visitor Guest

    Default Excel add-in for data transfer limited to 16,500 rows

    Thanks All

  6. #6
    Guest.Visitor Guest

    Default Excel add-in for data transfer limited to 16,500 rows

    We have just been doing file transfers and creating files, then taking the files into excel to bypass the problem for the time being... until we go to CA express which fixes the problem... we will continue to use this 2 step process Rob

+ Reply to Thread

Similar Threads

  1. AS/400 Data Transfer to Excel
    By Guest.Visitor in forum IBM
    Replies: 8
    Last Post: 12-24-2004, 08:52 AM
  2. Data Transfer Between AS/400 and Excel
    By R.Daugherty in forum Microsoft
    Replies: 6
    Last Post: 04-17-2002, 10:09 AM
  3. Data Transfer AS/400 to Excel 97 - 16351 Rows
    By Guest.Visitor in forum Programming
    Replies: 4
    Last Post: 05-01-2001, 06:52 AM
  4. AS/400 Data Transfer from Excel
    By Guest.Visitor in forum Application Software
    Replies: 5
    Last Post: 06-06-2000, 07:23 AM
  5. Automate data transfer from Excel to PF
    By Guest.Visitor in forum Application Software
    Replies: 4
    Last Post: 05-17-2000, 07:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts