简体   繁体   中英

Does NPOI package use API to Generate excel file?

I am planning to use NPOI package to generate excel file.(get it from nuget package) But I am worrying about if the package call api in the backend?

I briefly went thru the github repo. Not seeing they call API.but in the testcase comment it keep mentioning API.So I want to confirm that. I know that it is a C# version of POI(in java, it is API).

Does anyone know if the package will send the data to API to generate the excel file? Since I have sensitive data. I don't want my data being sent to API.

No, NPOI doesn't make any backend API calls. Logic is all in the package.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM