Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends
i am using gembox.spreadsheet.dll file for importing excel data to datatable.what i did is i download gembox.spreadsheet.dll and reference this in my project in the reference section and also i am using (using gembox.spreadsheet) to my class.But i am not able to get excelworksheet.extracttodatatable in my coding. what would be the problem
Posted
Comments
[no name] 20-Aug-12 15:55pm    
Rebuild your solution or that method does not exist in that version of the DLL. What did the vendor say when you asked them?
ridoy 20-Aug-12 16:07pm    
I also think excelworksheet.extracttodatatable method isn't supported by that version of dll..see which version will it support..

1 solution

You may try to communicate with Gembox about the issue.

Try this: Right click on the dll, Properties, set local copy to true. Delete your obj and bin folders. Build your complete project again.

Hope it helps.
 
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