回答編集履歴

1

修正

2016/10/29 11:51

投稿

退会済みユーザー
test CHANGED
@@ -1,17 +1 @@
1
- 普通に検索したら出てきましたがこれではできなかったのですか?
2
-
3
-
4
-
5
- [http://stackoverflow.com/questions/21639731/protect-the-excel-file-using-phpexcel](http://stackoverflow.com/questions/21639731/protect-the-excel-file-using-phpexcel)
1
+ 失礼、 [https://github.com/PHPOffice/PHPExcel/issues/942](https://github.com/PHPOffice/PHPExcel/issues/942) をみると開けないみたいですね。
6
-
7
-
8
-
9
- ```
10
-
11
- $objPHPExcel->getSecurity()->setLockWindows(true);
12
-
13
- $objPHPExcel->getSecurity()->setLockStructure(true);
14
-
15
- $objPHPExcel->getSecurity()->setWorkbookPassword('secret');
16
-
17
- ```