I used PHPExcel to generate chart and i done it, also i have protected (read only) the file. But now i want to avoid from dragging of chart and also the cut option should be disabled or user should not be able to cut the chart. For any help thanks.
相关问题
- How to make limits on the Y axis be the same using
- Setting Column Width with PHPExcel Not Working
- Google Charts-Code for Category Filter
- How to group Json data based on Month and plot it
- Canvas disappearing on Chrome 49 on OS X, looks li
相关文章
- Mercurial Commit Charts / Graphs [closed]
- Change color of bars depending on value in Highcha
- Google Chart veritcal axis with percentage sign
- Google Combo Chart add horizontal and vertical lin
- ChartJS. Change axis line color
- Center align title in Google Chart
- C# dashed lines in chart series?
- ng-click not working with chart.js
This code protects all objects in workbook - including charts:
Tested on PHPExcel 1.8.0.