BLOG
Script Labで罫線を引く
中小製造業向けの在庫・有効在庫・引当・入出庫管理アプリケーション「Tosmmi」を運営するコミートム合同会社の記事です。ちょっとした自動化などの記事を記載しています。この記事では、Office JavaScript API を使用して Excel のセルに境界線を描画するためのスクリプトと HTML コードを提供します。このスクリプトを使用すると、ユーザーは境界線を描画するセルの端を選択し、色、スタイル、太さなどの境界線のプロパティを設定できます。 HTML コードには、スクリプトを実行するための実行ボタンと、境界線を削除するためのクリア ボタンが含まれています。This article provides a script and HTML code to draw borders on cells in Excel using the Office JavaScript API. The script allows users to select the edge of the cell to draw the border on and set the border properties such as color, style, and weight. The HTML code includes a run button to execute the script and a clear button to remove the borders.
by janitor