Hi All,
I need to put a horizontal scroll bar for 4 cells alone where my first cell in table should not contain any horizontal scroll bar .
In clear, let us say there are 5 columns in my table i want to put horizontal scroll bar only for 2nd,3rd,4th and 5th column alone where my 1st column should not horizontal scroll bar . so that I can scroll only last 4 columns .
Please some one provide me sample...
User Profile
Collapse
-
Getting File error: data may have been lost - pyExcelerator related
Hi All,
I have created xls using pyExcelerator. when i tried to open that xls sheet i'm getting this error message "File error: data may have been lost " ,
Please some one help me how to rectify the above.
my code is :
def fnwrite(Diction ary):
font0 = Font()
font0.name = 'Verdana'
font0.bold = True
font0.colour_in dex = 2
style0 = XFStyle()
... -
Need Python sample code for open,modify and save the existing excel sheet
Hi All,
I'm new to python I have written very basic and small code and I request to help for the following senario.For my project i want to write a python code which should open an already existing Excel sheet which can contain 2 or 3 datasheets and write data in sheet1(first sheet) alone and should not modify the data in rest of the datasheets and save it.
I have heard that people saying it can be done through pyExcelerator...
No activity results to display
Show More
Leave a comment: