pyexcelerator-users Mailing List for pyExcelerator
Status: Alpha
Brought to you by:
rvk
You can subscribe to this list here.
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: soni_sks <son...@co...> - 2016-05-06 14:22:03
|
hi pyexcelerator http://amerikabebek.com/circus.php?meant=vxhkys1g438c8ft soni_sks |
From: Александр А. <afa...@gm...> - 2010-04-09 07:54:48
|
Hi all, I've researched page setup configuration with xlwt and pyexcelerator. Now i have a problem. I don't know how to display first row on each printed page. Is there a solution with xlwt or pyexcelerator or i should look for other modules? Thanks. |
From: Sudesh S. <son...@ya...> - 2009-08-07 21:26:06
|
Hi, Could you help , how can we use pyexcelarator with .xlsx files also. Is there any new version avaialble . I am using version 0.6.4.1 Regards Sudesh |
From: ashish y. <ash...@gm...> - 2008-09-20 18:38:23
|
hi , i want to know if it's possible to apply bold style to part of cell text , but not to the the whole cell. thanks, -- Ashish Yadav Member , Technical Staff ,Serendio LinkedIn Profile: http://www.linkedin.com/in/yadavashish ContactNo. +91-9710017379 |
From: christopher t. <chr...@gm...> - 2007-07-17 15:50:52
|
Hi everyone, I was testing features in pyExcelerator and one of my test cases was to copy an xls sheet that contained formulas in a couple of cells. unfortunately i wasn't able to accomplish that task; i tried to dig through SVN's example code but, all I could see were techniques to build formulas from scratch - which isn't quite what i wanted to accomplish. Any suggestions? I dug through the pyexcelerator source and saw Biff code for handling formulas - is that code broken? thanks! ct |
From: <sy...@vi...> - 2007-04-05 05:11:37
|
Hi Master of pyExcelerator-0.6.3a, I like the pyExcelerator-0.6.3a, it helps me a lot, thank you for contribution. Recently, I need to add some links in my workbook, from one sheet to another sheet, I mean, within one workbook. I use HYPERLINK() to do this, let's say, =HYPERLINK("#Sheet2","Sheet2"), in Sheet1. It works very well in OpenOffice. But, when I use M$ Excel to open this XLS file, I failed to go to sheet which I want. It seems like Excel can not know this kind of HYPERLINK. Please help me. How to make the HYPERLINK compatible for both OpenOffice and Excel? Or, any other solution for this? Thank you for help! ^_^ With best regards, Steve Yi. |
From: stephen e. <ste...@gm...> - 2006-09-05 09:31:07
|
Does anyone know if there are any plans to add support for names (and named ranges in particular) to pyExcelerator? I've got some code hanging to add very simple name parsing, but it would be nice to do it properly. Thanks Stephen Emslie |
From: <Oli...@bi...> - 2006-09-05 06:53:32
|
Hi all, =20 I find pyexcelerator very practical. I discovered it since a few days. I = have formatting problems. =20 1. In the package there are "row_style" samples which demonstrate how = to set the height of a cell. This is accomplished by setting the height = of the font. The formatting effect is not the same as setting the row's = height: the cell's text does not appear really in the bottom of the cell = but a little above (depending of the font's size used). Is it possible = to set the "true" row's height otherwise? 2. How is it possible to set the orientation of the text? I tried the = following but with no success. =20 =20 from pyExcelerator import * =20 w =3D Workbook() ws =3D w.add_sheet('Orientation Test') s =3D XFStyle() al =3D Alignment() al.horz =3D Alignment.HORZ_CENTER al.vert =3D Alignment.VERT_CENTER al.orie =3D Alignment.ORIENTATION_90_CC s.alignment =3D al ws.write(0,0,'Test',s) w.save('D:\\chx_06_filenet\\orientation_test.xls') =20 A big thanks for your future help! =20 Olivier Gaillard Systemspezialist =20 =20 Eidgen=F6ssisches Finanzdepartement EFD Bundesamt f=FCr Informatik und Telekommunikation BIT BIT Scanning Center / Datenerfassung KDDE Monbijoustrasse 74, CH-3003 Bern Telefon +41 31 323 01 79 Telefax +41 31 323 59 78 oli...@bi... <mailto:oli...@bi...>=20 http://www.bit.admin.ch/kdde <http://www.bit.admin.ch/kdde>=20 www.bit.admin.ch <http://www.bit.admin.ch/>=20 Der Eisbrecher: die Kundenzeitung des BIT www.bit.admin.ch/eisbrecher <http://www.bit.admin.ch/eisbrecher>=20 =20 |
From: <sf...@v-...> - 2006-05-22 19:11:13
|
Hello All! I'm looking for a way to simply load up an existing xls file, change a few cells, and save it back out. (ie, want to keep the formatting the same, etc..) Does anyone have any suggestions on how to do this? Thanks for your time, -Nick --- "Life is a whim of several billion cells to be you for a while." -- Unknown |
From: Jens K. <jk...@co...> - 2006-04-07 08:37:22
|
Hi, if I have an Excel File witch I have builded with the pyexcelerator, how can I open it in Excel? Jens |
From: Jens K. <jk...@co...> - 2006-04-07 08:35:34
|
Hi, i have a question with the pyexcelerator Modul. I=C2=B4m using the Versio= n=20 0.6.3a. Now I want to know how I can change the Colour Palette of Excel. I want=20 to have my own colours for pattern_fore_colour and things like this. I want to build the colours dynamically. I have the RGB values for the=20 colours in an XML script. Is there anybody who have done this? Best regards Jens Kabella |
From: Chuzo O. <ok...@ll...> - 2006-01-09 16:35:12
|
I am a newbie, and just started looking into pyExcelerator. I found the failure of formula_names.py. Cheers! Chuzo > python formula_names.py Traceback (most recent call last): File "formula_names.py", line 15, in ? ws.write(i, 3, Formula(n + "($A$1)")) File "/home/okuda/pyExcel/installation/lib/python2.4/site-packages/pyExcelerator/ExcelFormula.py", line 60, in __init__ self.__parser.formula() File "/home/okuda/pyExcel/installation/lib/python2.4/site-packages/pyExcelerator/ExcelFormulaParser.py", line 74, in formula self.expr("V") File "/home/okuda/pyExcel/installation/lib/python2.4/site-packages/pyExcelerator/ExcelFormulaParser.py", line 81, in expr self.prec0_expr(arg_type) File "/home/okuda/pyExcel/installation/lib/python2.4/site-packages/pyExcelerator/ExcelFormulaParser.py", line 126, in prec0_expr self.prec1_expr(arg_type) File "/home/okuda/pyExcel/installation/lib/python2.4/site-packages/pyExcelerator/ExcelFormulaParser.py", line 144, in prec1_expr self.prec2_expr(arg_type) File "/home/okuda/pyExcel/installation/lib/python2.4/site-packages/pyExcelerator/ExcelFormulaParser.py", line 173, in prec2_expr self.prec3_expr(arg_type) File "/home/okuda/pyExcel/installation/lib/python2.4/site-packages/pyExcelerator/ExcelFormulaParser.py", line 202, in prec3_expr self.prec4_expr(arg_type) File "/home/okuda/pyExcel/installation/lib/python2.4/site-packages/pyExcelerator/ExcelFormulaParser.py", line 220, in prec4_expr self.prec5_expr(arg_type) File "/home/okuda/pyExcel/installation/lib/python2.4/site-packages/pyExcelerator/ExcelFormulaParser.py", line 243, in prec5_expr self.primary(arg_type) File "/home/okuda/pyExcel/installation/lib/python2.4/site-packages/pyExcelerator/ExcelFormulaParser.py", line 342, in primary raise Exception, "%d parameters for function: %s" % (arg_count, func_tok.text) Exception: 1 parameters for function: ADDRESS |