Commit 72fbeb0e authored by Kento HASEGAWA's avatar Kento HASEGAWA

First commit

parents
Copyright 2018 patekawa
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
Texcel
===
## Description
Excelで書いた表をTeXコードに変換するマクロです.
## Requirement
以下の環境で確認しました.
- Windows 7 + Microsoft Excel 2010
- Windows 10 + Microsoft Excel 2013
## Usage
1. 関数
`Texcel(表の範囲[, キャプション[, ラベル[, 表の配置[, ダブルカラム[, ズーム[, インデントの種類]]]]]])`
- 表の配置: h(デフォルト), t, b, p
- ダブルカラム: 0, 1
* 0のとき`table`環境(デフォルト),1のとき`table*`環境を使います.
- インデントの種類
* 1 : TAB(デフォルト)
* 2 : 半角スペース2文字
* 3 : 半角スペース3文字
## Author
- [patekawa](https://github.com/patekawa)
File added
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment