Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- weightFormat <- createCellStyle(outputwb)
- setDataFormat(weightFormat, format = "#,##0 kgs")
- setCellStyle(outputwb,sheet="Data", row = 1:size, col = 3, cellstyle = weightFormat)
Advertisement
Add Comment
Please, Sign In to add comment