sd = oSheet.createSearchDescriptor()
sd.setSearchString("SearchString")
fc = oSheet.findFirst(sd)
while True :
if fc == None : break
fc.CellBackColor = 12341234
fc = oSheet.findNext(fc, sd)
7/02/2010
Searching a text in openoffice calc sheet using python code
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기