Export to excel in php limits data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sindhuisd
    New Member
    • Dec 2015
    • 5

    #1

    Export to excel in php limits data

    Hi,

    excellentexport .js used to export data to excel in our php applications.Pr ogram exports only 6121 records to excel .But there is 9000 records avaialbe.

    no error found.I dont know where is the problem.
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    as far as i can see that lib (excellentexpor t.js) exports the data clientside only - where is php involved in that? had a short look at it and it seems that the lib uses the dataURI scheme - and as far as i am aware that one has different size limitations per browser.

    Comment

    • sindhuisd
      New Member
      • Dec 2015
      • 5

      #3
      Hi,

      Thanks for your reply.

      Included script in your HTML:

      <script type="text/javascript" src="/components/excellentexport/excellentexport .min.js"></script>

      It is not exporting all data is my html table to excel.

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5390

        #4
        i know - thats how that lib would work - read what i wrote above - DataURIs have a limited Size

        Comment

        Working...