>>>>> "ID" == Ivanov Dmitry <[email protected]> writes:

ID> I need to create custom reports from my ledger files: Excel format,
ID> certain processing of raw data. With SQL it could be easy: just write your
ID> query and you'll get the data. But with ledger I have to process the
ID> records one by one.

ID> Currently I', using the following method: I generate XML file with
ID> transactions using ledger then process it with a Perl script.

ID> Maybe, I can use ledger library directly and write a C++ program? Ledger
ID> functions will process the files and I will use it's data structures.

ID> Is there any documentation with samples of using ledger API and data
ID> structures?

There's no documentation for doing this, but it would certainly work. You can
look at the Ledger sources for main.cc and report.cc to see how it interacts
with the C++ data structures.

John

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to