Excel 查看器库
Excel viewer lib
我想允许用户通过浏览器查看 Microsoft Excel 文件并从其工作表中选择数据以进行进一步操作。怎么做?
我试过了http://oss.sheetjs.com/ but showing data is not working for sheets with a lot of number data and merged cells, for example for this file: http://stat.gov.pl/download/gfx/portalinformacyjny/pl/defaultaktualnosci/5502/11/13/1/wyniki_finansowe_podmiotow_gospodarczych_1-6m_2015.xlsx
你累了吗http://viewerjs.org?
您需要将 excel 文件保存为 ODP。您可以通过将 excel 另存为 "OpenDocument Format".
来完成此操作
我想允许用户通过浏览器查看 Microsoft Excel 文件并从其工作表中选择数据以进行进一步操作。怎么做?
我试过了http://oss.sheetjs.com/ but showing data is not working for sheets with a lot of number data and merged cells, for example for this file: http://stat.gov.pl/download/gfx/portalinformacyjny/pl/defaultaktualnosci/5502/11/13/1/wyniki_finansowe_podmiotow_gospodarczych_1-6m_2015.xlsx
你累了吗http://viewerjs.org? 您需要将 excel 文件保存为 ODP。您可以通过将 excel 另存为 "OpenDocument Format".
来完成此操作