yeah...
I ve protected the sheet..that means noone can edit it as such.(password protected using jxl Api)
But I don want anyone to use ctrl+a n copy it in a new exel n edit my contents,.. So it would be better if selection itself is disabled..so I need help there.....
User Profile
Collapse
-
hi,
Am also in the same need ...But i want to write a macro myself..using java..
Because 1000s of excel sheets will be generated and i want to save a single macro for them only during time of creation of the sheets.. and also by not opening the excell sheets manually.. Is it possible??...Leave a comment:
-
Hi,
Lets forget HSSF..
Other than Vb macro .. is there any way to prevent selection in excel or prevent copying?
be it in , Jsp, java.. using any api , even JXL ..
Am breaking my head...
any help ???Leave a comment:
-
Is there any way to disable cells in excel sheet being selected??
And can it be done by coding through Java??Leave a comment:
-
prevent cells in excel sheet from being selected through java
I need to prevent the cells in excel from being selected.and it shud be done through java code only.Is there any way to do it?
Here my program generates excel and I need that excel sheet to be protected and its cell from being selected and copied elsewhere.Someo ne can help??.
The below code helps in making excel read only, and prompts for password when being edited..So pwd protected.But i need the excel sheet to be protected... -
-
Hi...
I loaded picture for watermarking... an jpg file containing the text(ex:"draft" )..
Here too.. I cant make the image transparent,it overlaps the text...does HSSF and image transparent go together??
Code:FileOutputStream fileOut = new FileOutputStream("c:/Book11.xls"); HSSFWorkbook workbook = new HSSFWorkbook(); HSSFSheet worksheet = workbook.createSheet("Worksheet");
Leave a comment:
-
Still a small problem
HI,
THanks a ton... .. I have import org.apache.poi. hssf.usermodel. *;
at the top...
And..nope I cant do it on Vb or C#...
And thanks for the tips n code part... I am happy I ve this option of textbox..
But still I face a problem...
The same problem I face till now is... Let the watermark be text(according to the code u had helped) or be it an image (text written...Leave a comment:
-
create watermark in excel using java
Hi...
I need to read and write to an excel sheet with watermark in it by using java..
i can perform the rest of operations i need to on the excel except for watermark image in the output excel..
could anyone tel me.. how to create watermark in excel using java??
any ideas.. ..
No activity results to display
Show More
Leave a comment: