Changes between Version 10 and Version 11 of SoC2015
- Timestamp:
- Feb 2, 2015, 3:40:36 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2015
v10 v11 149 149 ==== GSoC project proposal ==== 150 150 151 Develop a Boost.Document Library from scratch.151 Start development of a new Boost library called Boost.Document Library. 152 152 153 153 This project requires a good C++ knowledge, generic programming. Experience with Office's API would be an advantage. … … 171 171 172 172 Submission of the programming test should be via copying and pasting the parts you wrote into the end of the proposal you submit to Google Melange. 173 174 ==== Links ==== 175 OpenOffice: 176 [https://wiki.openoffice.org/wiki/Calc/API/Programming Basic usage of Calc from C++] 177 [https://wiki.openoffice.org/wiki/Using_Cpp_with_the_OOo_SDK Using C++ with the OpenOffice SDK] 178 179 LibreOffice: 180 [http://api.libreoffice.org/examples/examples.html Guides and examples of Libreoffice API usage from C++] 181 182 Excel: 183 [http://www.technical-recipes.com/2012/how-to-interface-with-excel-in-c/ How to interface with Excel in C++] 184 [http://www.codeproject.com/Articles/15837/Accessing-Excel-Spreadsheets-via-C Accessing Excel Spreadsheets via C++] 173 185 174 186