Making a particular cells in JBook/SpreadSheet read only
586285Oct 21 2011 — edited Oct 21 2011Hi,
I am new to Swing applications.
I am trying to add an excel to GUI using swing. I am using com.f1j.swing.engine.ss.JBook.
My requirement is I get data from backend and I write it to an excel sheet which is added to GUI. and in that Excel sheet some cell has too be read-only and some has to be editable. As data is dynamic i need to determine this during run time.
Can some one help me in making particular cells read-only.
Thanks