admin管理员组

文章数量:1287628

I am working on a C# .Net project and created a application with EPPlus package to read and write operations I can able to read and write the excel files but in that I am facing some issues while exporting the excel files which are listed below

  1. When an excel is read and saved I am seeing a huge difference in the file size for example reading a 10kb file and after exporting with EPPlus it is creating 30 kb file
  2. When we use some column formatting to the excel the read and write with EPPlus, the output files is missing with the column formatting
  3. When we use some macro functions in the column for example SUM(A1:C1) and after the read and write operations with EPPlus the output file has no macro functions on the column and see it as a plain text column

Could someone please suggest is there anything missing while read and write operations with the package.

Thanks in advance!

本文标签: