## Template cell Document Solutions for Excel uses **“{{”** and **“}}”** as markers of template. Between these markers, user can use data field, function field, expression field and lots of properties. The template supports following kinds of template cells: - **data template:** a template representing a data field - **function template:** a template representing a function - **formula template:** a template representing a formula, and will be remained as formula after template processing - **expression template:** a template representing an expression - **inline template:** inline template for use with text - **sheet template:** template in the sheet name - **image template:** a template representing an image, and will be shown as image in the generated report
// xlsx ファイルに保存 workbook.Save("FolderExample.xlsx");
このデモにはVBコードはありません。