xlsx
xlsx copied to clipboard
typo in CellStyle example
cs <- CellStyle(wb) + Font(wb, heightInPoints=20, isBold=TRUE, isItalic=TRUE, name="Courier New", color="orange") + Fill(backgroundColor="lavender", foregroundColor="lavender", pattern="SOLID_FOREGROUND") + Alignment(h="ALIGN_RIGHT")
setCellStyle(cell.1, cellStyle1)
sorry, hit enter before I finished.
the setCellStyle function is looking for cellStyle1, but above object is called cs.. super minor, but easy to fix.
thanks! starting to play around w/ this package now. looks great!
Thanks for the note! Just FYI, you are able to edit github comments (see ... in the top right corner of the comment)