donnytian / Npoi.Mapper

Use this tool to import or export data with Excel file. The tool is a convention based mapper between strong typed object and Excel data via NPOI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions

lebigbigworld opened this issue · comments

  1. Is there any property to set to skip certain number of lines from beginning?
  2. Does the column attribute mapping support chinese?

Thanks

Hi,

  1. This feature is to be done.
  2. I don't think so as only English chars are acceptable for a property name.
    Thanks!

is there a way to set the formula and style of a cell? Or a way to override what cell attributes NPOIMapper will tell NPOI to create?

No, the mapper is mainly for data manipulation, for formula and style, we'd better use NPOI API directly.