Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to import Excel Sheet and Get&Edit same data from it to anew Excel Sheet
and export the new Excel Sheet haw can i do that by (C#-Java)

What I have tried:

...................................................................................................
Posted
Updated 17-Mar-19 0:27am
Comments
OriginalGriff 17-Mar-19 4:19am    
First, make up your mind which language you want to use: they don;t share a framework, so a C# solution will be very different from a Java solution.

 
Share this answer
 
Comments
Maciej Los 17-Mar-19 6:25am    
5ed!
In addition to solution #1 by Richard MacCutchan[^], you can use EPPlus[^]

Here is very interesting article on CP: Advanced Excels With EPPlus[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900