Skip to content
Prev 23872 / 63424 Next

xlsReadWrite Pro and embedding objects and files in Excel worksheets

Hi Mark,
What we do is:
- assemble all generated files (xls/png/txt) in a specific *folder*
- the pictures currently end in zip files
- Excel currently only holds the data (no images etc.)
- we don't save any workspace or .Rdata. Each calculation starts from
scratch (sometimes with cached data, but this is transparent)
- we have some packages with the most important/stable source code
- other code we source each time before a calculation
- all code is in a subversion repository and therefore has it's full history.

This works very nice for us. It was not so easy, i.e. we needed some
time to find a lean and flexible setup. R still feels difficult for
me.
I use Delphi (Object Pascal). The hardwork is done by a 3rd party
library which I bought (Flexcel/tmssoftware.com). You can download the
source of the free xlsReadWrite to see how it was done. (To compile
you would have to buy the flexcel library which - unfortunately - is
not open source and I am not allowed to distribute it.)
No, its pure Excel format. - IIRC there is a ODF Toolkit Project which
could be used to generate the files (maybe odfSweave does this
already?). The ODF Toolkit Project is certainly appealing, not least
because of the license situation.
About (small) original data, methods, parameters and matrix output I
agree.   Not so sure about graphs. I prefere to keep things separated.

You can do this already today by controlling Excel from R (see tipps
from Gabor) or (in part) with xlsReadWritePro.

Thread (16 messages)

Mark Kimpel xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 7 Hin-Tak Leung xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 8 James W. MacDonald xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 8 Hin-Tak Leung xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 8 Mark Kimpel xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 8 Gabor Grothendieck xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 8 Gabor Grothendieck xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 8 Kasper Daniel Hansen xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 8 Tom Short xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 8 Vladimir Dergachev xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 8 Mark Kimpel xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 8 Gabor Grothendieck xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 9 Hans-Peter xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 11 Mark Kimpel xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 11 Hans-Peter xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 12 Hans-Peter xlsReadWrite Pro and embedding objects and files in Excel worksheets Feb 14