Php でスクロール バーを表示または非表示にする
Contents
[
Hide
]
Aspose.Cells - スクロール バーの表示または非表示
スクロール バーを非表示にする
を使用してスクロール バーを非表示にするにはAspose.Cells Java for PHP、 電話スクロールバーを非表示にするモジュール。
PHP コード
//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");
実行中のコードをダウンロード
ダウンロード**スクロールバーを表示または非表示にする (Aspose.Cells)**以下のソーシャルコーディングサイトのいずれかから: