Entering large amounts of text data in HTML form
        Posted  
        
            by MakkyNZ
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by MakkyNZ
        
        
        
        Published on 2010-06-08T21:07:32Z
        Indexed on 
            2010/06/08
            21:12 UTC
        
        
        Read the original article
        Hit count: 235
        
Hi
I have a web page that has a requirement to allow users to paste large amounts of text data from an Excel spreadsheet directly into the input controls of the page. Typically the user would be pasting anywhere between 150 to 300 spreadsheet cells that are all in one column.
What are some good ways i could use to capture this data on the web page?
thanks
© Stack Overflow or respective owner