Download List

Projeto Descrição

KeyValue is a cross-platform library for making C++ objects accessible through LibreOffice Calc, Excel, and other front-ends. This can enhance the experience of spreadsheet users by providing an object model and a handy key-value based interface. Actually, KeyValue does more than just help creating spreadsheet functions. The object model allows end-users to build C++ objects through the front-ends. These objects are stored in a repository for later use at the user's request. Additionally, KeyValue provides a set of services to effectively use these objects. The library is named after one of its main features: the key-value based interface. Parameters are passed to functions (or, more precisely, processors) through key-value pairs, in contrast to the standard positional interfaces of LibreOffice Calc, Excel, C/C++, etc.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-09 06:36
0.3

Esta versão substitui o OpenOffice com LibreOffice. Construtores e foram redesenhados (quebrar o código compatível com a versão 0.2). Eles são muito mais flexíveis em termos de tipos de retorno, tornando-os mais herança-friendly. Mais testes de unidade foram adicionadas, aumentando a confiabilidade do KeyValue. Existem muitas correções de bugs. Documentação do usuário tem sido actualizado em conformidade.
Tags: LibreOffice
This release replaces OpenOffice with LibreOffice. Builders and have been redesigned (breaking code compatible with version 0.2). They are much more flexible in terms of returning types, making them more inheritance-friendly. More unit tests have been added, improving KeyValue's reliability. There are many bugfixes. User documentation has been updated accordingly.

2010-10-18 04:48
0.2

Suporte para arquivos de ajuda (em HTML formato comprimido) para o Excel add-in. transformadores de comando e apoio especial para eles através de um menu Excel dedicados. O processador e suas classes derivadas foram redesenhados, quebrar o código compatível com a versão 0.1. Implementação de um framework de teste unitário. Uma grande parte da biblioteca é coberto, dando mais confiabilidade aos usuários, e não há testes de unidade mais para vir. Muitas correções de bugs. A documentação do usuário tem sido actualizado em conformidade.
Support for help files (in HTML compressed format) for the Excel add-in. Command processors and special support for them through a dedicated Excel menu. The processor and its derived classes have been redesigned, breaking code compatible with version 0.1. Implementation of a unit testing framework. A great part of the library is covered, giving more reliability to
users, and there are more unit tests to come. Many bugfixes. User documentation has been updated accordingly.

Project Resources