Click here to Skip to main content
15,895,538 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm a new user for Visual C++ project. I would like to browse a library "Excelformat" to manipulate Excel spreadsheet from C++ from this link:

ExcelFormat Library[^]

How can I browse the code to work with my existing project,

Thanks,
PE
Posted
Comments
JackDingler 23-Jan-12 13:08pm    
I don't that word 'browse', means what you think it means.

1 solution

Download the code (click on the "Download source" link ) extract and copy and include the files in your project.
Good luck.
 
Share this answer
 
Comments
Member 8588492 23-Jan-12 13:42pm    
Thanks, maximilen
I downloaded the source files already. However, how to include the files in my project. Just copy and paste in my project folder? Do I need to add something more to make it browsed.
PE
Maximilien 23-Jan-12 14:12pm    
(I'm using VS2008, adapt to whatever version of visual studio you are using).

In your project, you should have an active project (in bold in the "solution explorer); right-click on the "bold" title (*), there should be a menu entry called "Add" and in that sub-menu, a "Existing Item..." menu entry, just click that and select the appropriate files to add to your project.

You will probably have to check the include files are valid ...

Compile, fix compiler and linter errors ...

(*) You could also use VS's menubar "Project" and click on "add existing items...".

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