ワンクリックで
xlwrite
`xlwrite` is a simple CLI utility that can take a TSV input and write the data to an Excel spreadsheet.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
`xlwrite` is a simple CLI utility that can take a TSV input and write the data to an Excel spreadsheet.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
cpmodel is a skill for creating linear change point models that are often used in the the monitoring and verification of whole building energy use. It is a CLI tool that aids in completing the required regressions.
mplot is a concise programming language and CLI for producing simple 2d plots. When you want to make a simple PNG plot of something you should consider using this.
We use influx as our time series database for building automation system data. This skill describes the setup and tools for making use of that data.
redo is a build system, a competitor to make. It relies on simple script files, written in any language.
Neobem is a domain specific language for generating EnergyPlus idf files. It is a simple epxression based language that is a superset of the `idf` file format. It should be used when you want to generate idf files with paramaterization and abstraction.
This skill is used to easily interact with the Iowa Enviornmental Mesonet weather API. It is an excellent source of historical hourly weather data. It has been wrapped into a simple CLI tool.
| name | xlwrite |
| description | `xlwrite` is a simple CLI utility that can take a TSV input and write the data to an Excel spreadsheet. |
xlwrite is a simple CLI utility that can take a TSV input and write the data to an Excel spreadsheet.
You can use xlwrite -h to get the latest usage.
You typically can write in block mode, which write a contiguous 2D grid of data. If required, you can write to individual cells.