Skip to content

Trisoil/read-excel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is very simple implementation of the Excel 97-2003 format written in C++.
Supported reading only.


COMPILING

 * You should have installed Ruby programming language and installed Mxx_ru gem.
   Run in the command prompt: gem install Mxx_ru.

 * After this you have to configure MxxRu: make "MXX_RU_CPP_TOOLSET" system enveronment
   with "vc9" value, for example if you have Microsoft Visual Studio 9.0 installed. All
   possible values for this enveronment you can see in the documentation by MxxRu
   (http://rubyforge.org/docman/view.php/1361/9116/mxx_ru-1.4.7-draft.pdf).

 * And now just run build.rb which is a Ruby program and compillation process will start.

About

This is very simple implementation of the Excel 97-2003 format written in C++. Supported reading only.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.4%
  • QMake 2.3%
  • Ruby 2.3%