• Increase max rows in Excel upload

    By Olli Kämäräinen 1 decade ago

    It would be nice to upload excel files with more that 30k of rows. Currently i can upload 29999 rows at time so uploading 300k of rows is a little bit pain :)

    • I need to change Integer to Long

      By David Jeyachandran 1 decade ago

      Hi Olli,



      There is a function to get the configuration values and because I'm using Integer, I had set the max to 30,000 rows. I will get this changed for the next release. Just need to go through and change all the integer declarations to long.



      Function getConfigInfo()

      Const MAX_ROWS = 30000



      Regards

      David