Bildlaufleisten in Php anzeigen oder ausblenden
Contents
[
Hide
]
Aspose.Cells – Bildlaufleisten anzeigen oder ausblenden
Bildlaufleisten ausblenden
So blenden Sie Bildlaufleisten mit ausAspose.Cells Java for PHP , AnrufBildlaufleisten ausblenden Modul.
PHP-Code
//Instantiating a Excel object by excel file path
$workbook = new Workbook($dataDir . "book1.xls");
//Hiding the vertical scroll bar of the Excel file
$workbook->getSettings()->setVScrollBarVisible(false);
//Hiding the horizontal scroll bar of the Excel file
$workbook->getSettings()->setHScrollBarVisible(false);
//Saving the modified Excel file in default (that is Excel 2003) format
$workbook->save($dataDir . "output.xls");
Laufcode herunterladen
Download**Bildlaufleisten anzeigen oder ausblenden (Aspose.Cells)**von einer der unten genannten Social-Coding-Sites: