Re: excel files import
- From: "Popeanga Marian" <pmarian cnlo ro>
- To: <jody gnome org>
- Cc: <gnumeric-list gnome org>
- Subject: Re: excel files import
- Date: Sat, 13 Jul 2002 10:45:15 +0300 (EEST)
On Fri, Jul 12, 2002 at 04:56:26PM +0300, Popeanga Marian wrote:
I only have to map from a single table to XLS. Is there
any C++ class with i can use to write the contents from the table into
the XLS ?
The xls exporter maps state from many related modules/classes. You
would need to create several instances, its not impossible, or even
that hard, but it is definitely not a single class.
Workbook
contains sheets.
contains cells and cols and rows
cells contain values
I have understud from other discutions that you are using the best
aproach, very close to abstract.
We do have a fair number of nice abstractions, but as with all
programs we abstract the interfaces we forsee having multiple
implementations. There is a nice Model View Controller split in
place for workbooks and sheets. This allows us to have multiple
views and different controls (eg gtk vs printer and eventually
text).
Actualy i want to write into the XLS file a matrix of char *
.
Can i get any help ?
It is possible, but it depends alot on where you'd like to poke at
things.
Hello,
I need to port into C++/Qt. Please provide me further details to witch i
will focus. I want to know the classes witch i should work and a short
description.
Regards,
Popeanga Marian
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]