【GH】【EXCEL】P1: Write DATA SET from GH into EXCEL

文章目录

  • Write
    • [Fast Write](#Fast Write)
      • [GH data material :](#GH data material :)
      • [GH process and components instruction](#GH process and components instruction)
      • [Fast Write Data](#Fast Write Data)
        • [Fast Write Data & Clear Data](#Fast Write Data & Clear Data)
        • [Fast Write to Cell](#Fast Write to Cell)
      • [EXCEL written results](#EXCEL written results)
    • [Write by Column](#Write by Column)
      • [GH data material :](#GH data material :)
      • [Compile Column](#Compile Column)
      • [GH process and components instruction](#GH process and components instruction)
      • [Write Data](#Write Data)
      • [EXCEL written results](#EXCEL written results)
    • [Write By Row](#Write By Row)
      • [GH data material :](#GH data material :)
      • [GH process and components instruction](#GH process and components instruction)
      • [EXCEL written results](#EXCEL written results)

Write

Fast Write

GH data material :

GH process and components instruction

Fast Write Data


Fast Write data to excel


Input parameters:

  • Wks (Generic Data) A Worksheet, Workbook, Range Object, Excel Application, or Text Worksheet Name
  • Cel (Generic Data) A Cell Object or Text Address (ex. A1)
  • V (Text) A datatree of values
  • _X (Boolean) If true, all contents of the sheet will be cleared prior to writing new data
  • _A (Boolean) If true, the component will be activated

Output parameters:

  • Wks (Generic Data) An Excel Worksheet Object
  • Rng (Generic Data) An Excel Range Object
Fast Write Data & Clear Data

The Fast Write component streams data to a worksheet.

Data should be formatted with each column in a list and each row a branch. Nested branches are ignored.

Fast Write to Cell

Worksheet Objects or Text Names can be used is Worksheet inputs and Cell objects or Text Cell Addresses in standard Excel format can be used to set the starting Cell.

EXCEL written results

Write by Column

The Write Data component streams either column or row formatted data to a Sheet.

By Column data assigns a Column Header and optional formatting to each column's contents.

GH data material :

Compile Column


Compile data into column assemblies


Input parameters:
N (Text) The names of the column

R (Text) The row values corresponding to each column

F (Text) A MS Office Number Format Examples

("General", "hh: mm:ss", "$#,##0.0" https://support.microsoft.com/en-us/office/number-format-codes-5026bbd6-04bc-48cd-bf33-80f18b4eae68?ui=en-us\&rs=en-us\&ad=us

Output parameters:
Dst (Generic Data) A Data Set object

GH process and components instruction

Write Data

>


Write data to Excel


Input parameters:

  • Worksheet (Generic Data) A Worksheet, Workbook, Range Object, Excel Application, or Text Worksheet Name

  • Cell (Generic Data) A Cell Object or Text Address (ex. A1)

  • Data Set (Generic Data) A Data Set object

  • Clear (Boolean) If true, all contents of the sheet will be cleared prior to writing new data

  • Activate (Boolean) If true, the component will be activated

  • Output parameters:

  • Worksheet (Generic Data) An Excel Worksheet Object

  • Range (Generic Data) An Excel Range Object

EXCEL written results

Write By Row

By Row data matches and groups column names assigned to each value in the row.

GH data material :

GH process and components instruction

EXCEL written results

SAME TO ABOVE

相关推荐
暖阳常伴1 小时前
Windows安装MongoDB
数据库·windows·mongodb
星辰引路-Lefan1 小时前
全平台 Docker 部署 CPA(CLIProxyAPI Plus) 灵活定制指南 (Linux/Windows)——接入Codex
linux·windows·docker·ai·ai编程
Teable任意门互动2 小时前
中小企业进销存实战:Teable多维表格从零搭建高效库存管理系统
开发语言·数据库·excel·飞书·开源软件
YQ_013 小时前
Windows + Ubuntu 双系统安装:不使用 GRUB,直接在开机时选择系统
linux·windows·ubuntu
小王不爱笑1323 小时前
Java List 集合全面解析:ArrayList、LinkedList 与 Vector 的深度对比
java·windows·list
※※冰馨※※4 小时前
【QT】System error #1455: 页面文件太小,无法完成操作
开发语言·windows·qt
武藤一雄4 小时前
WPF Command 设计思想与实现剖析
windows·微软·c#·.net·wpf·.netcore
零零发聊技术4 小时前
Excel 2016版的TextJoin函数为什么不能用?
excel·textjoin
catoop4 小时前
Excel 实战技巧:动态单元格引用中使用 LET 函数优化 Excel 公式性能与可读性
excel
EnCi Zheng4 小时前
P1B-Python环境配置基础完全指南-Windows系统安装与验证
开发语言·windows·python