miachm/SODS

nên bổ sung thêm Font cho ô tính, bảo vệ trang tính, bảo vệ ô tính

quynlc opened this issue · 4 comments

Tôi rất thích thư viện SODS (link: https://github.com/miachm/SODS) để đọc/ghi tệp ods. Tuy nhiên, tôi không tìm thấy thấy định dạng font chữ. Ví dụ: sheet.getRange(2,2).setFontName("Times New Roman");
và tôi muốn đặt mật khẩu bảo vệ sheet, bảo vệ ô tính, ví dụ:
sheet.setPassWord("PassWord"); hoặc sheet.setPassWord(""); //Mật khẩu bảo vệ sheet
sheet.getRange(2,2).setProtected(true); //Bảo vệ ô tính
Rất mong bạn sớm code bổ sung.
Xin cảm ơn!

Thanks for your report! Please ensure you have provided enough info in order to recreate the issue, including the problematic ODS File.' first issue

Hi Quynlc!

Do you speak English? I don´t speak your language

Thanks,
Miguel

a function should be added to password protect the sheet

Implemented in v1.4.0