Download the PHP package kojiro526/php-docxtable without Composer
On this page you can find all versions of the php package kojiro526/php-docxtable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kojiro526/php-docxtable
More information about kojiro526/php-docxtable
Files in kojiro526/php-docxtable
Download kojiro526/php-docxtable
More information about kojiro526/php-docxtable
Files in kojiro526/php-docxtable
Vendor kojiro526
Package php-docxtable
Short Description A simple utility to update the table style contained in the docx file.
License MIT
Package php-docxtable
Short Description A simple utility to update the table style contained in the docx file.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-docxtable
テーブルスタイル置換ツール
docxファイル内のテーブルのスタイルを、ファイル内の特定のテーブルスタイルに一括で置換するツールです。
必要要件
PHP 5.6 以上
事前の設定
このコマンドはcomposerでグローバルインストールして使うことを想定しているため、以下のディレクトリにパスを通して下さい。
Linux, OSX等
.bash_profile
等に以下のパスを設定して下さい。
Windows
Windowsでは以下のフォルダを環境変数のPATHに設定して下さい。
インストール
使い方
docxファイル内のテーブルスタイルには内部的にIDが割り当てられており、本文内のテーブルのスタイルIDを上書きすれば、テーブルのスタイルを変更できます。
スタイルIDの確認
まず、以下のコマンドでdocxファイル内のテーブルスタイルのIDを取得します。
上記の「MyTable」という名前のスタイルに変更したい場合、そのstyleId("MyTable")を控えます。
スタイルIDの変更
次に、以下のコマンドでdocxファイル内の全てのテーブルのスタイルを"MyTable"というIDで上書きします。
出力先の指定を省略すると、元のファイルを上書きします。
以上で、テーブルのスタイル変更は完了です。
All versions of php-docxtable with dependencies
PHP Build Version
Package Version
The package kojiro526/php-docxtable contains the following files
Loading the files please wait ....