Efficient way to search records from an excel file using Apache-POI

前端 未结 2 1643
天命终不由人
天命终不由人 2021-01-21 01:41

I am creating a web application which allows you to search some records from excel sheets.Excel sheets which need to be searched is a large one , it has 100k rows and 500 column

2条回答
  •  伪装坚强ぢ
    2021-01-21 02:09

    maybe you can try to import your excel spreadsheet content to MySQL or NoSQL (e.g. MongoDB). First you want to parse your Excel into database, then create a query interface. I canot thinking of an effective way for querying spreadsheets

提交回复
热议问题