miachm / SODS

A simple Java library for handle ODS (Open Document Spreadsheet, compatible with Excel and Libreoffice)
The Unlicense
74 stars 30 forks source link

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

Closed quynlc closed 3 years ago

quynlc commented 3 years ago

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!

github-actions[bot] commented 3 years ago

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

miachm commented 3 years ago

Hi Quynlc!

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

Thanks, Miguel

quynlc commented 3 years ago

a function should be added to password protect the sheet

miachm commented 3 years ago

Implemented in v1.4.0