SpreadsheetMLメモ

18.3.1.73 row (Row) 🔗

The element expresses information about an entire row of a worksheet, and contains all cell definitions for a particular row in the worksheet.

この要素はワークシートの行全体に関する情報を表し、ワークシートのすべてのセル定義が含まれている。

This row expresses information about row 2 in the worksheet, and contains 3 cell definitions.

この行はワークシートの2行目に3つのセル定義が含まれている。

<row r="2" spans="2:12">
  <c r="C2" s="1">
    <f>PMT(B3/12,B4,-B5)</f>
    <v>672.68336574300008</v>
  </c>
  <c r="D2">
    <v>180</v>
  </c>
  <c r="E2">
    <v>360</v>
  </c>
</row>

Attributes 🔗