@@ -183,20 +183,20 @@ type xmlAnnotation struct {
183183}
184184
185185type xmlTableCell struct {
186- XMLName xml.Name `xml:"table-cell"`
187- ValueType string `xml:"value-type,attr"`
188- Value string `xml:"value,attr"`
189- DateValue string `xml:"date-value,attr"`
190- BooleanValue string `xml:"boolean-value,attr"`
191- StringValue string `xml:"string-value,attr"`
192- Formula string `xml:"formula,attr"`
193- StyleName string `xml:"style-name,attr"`
194- ContentValidationName string `xml:"content-validation-name,attr"`
195- NumberColumnsRepeated int `xml:"number-columns-repeated,attr"`
196- NumberColumnsSpanned int `xml:"number-columns-spanned,attr"`
197- NumberRowsSpanned int `xml:"number-rows-spanned,attr"`
198- Annotations []xmlAnnotation `xml:"annotation"`
199- Paragraphs []xmlParagraph `xml:"p"`
186+ XMLName xml.Name `xml:"table-cell"`
187+ ValueType string `xml:"value-type,attr"`
188+ Value string `xml:"value,attr"`
189+ DateValue string `xml:"date-value,attr"`
190+ BooleanValue string `xml:"boolean-value,attr"`
191+ StringValue string `xml:"string-value,attr"`
192+ Formula string `xml:"formula,attr"`
193+ StyleName string `xml:"style-name,attr"`
194+ ContentValidationName string `xml:"content-validation-name,attr"`
195+ NumberColumnsRepeated int `xml:"number-columns-repeated,attr"`
196+ NumberColumnsSpanned int `xml:"number-columns-spanned,attr"`
197+ NumberRowsSpanned int `xml:"number-rows-spanned,attr"`
198+ Annotations []xmlAnnotation `xml:"annotation"`
199+ Paragraphs []xmlParagraph `xml:"p"`
200200}
201201
202202type xmlTableRow struct {
@@ -227,12 +227,12 @@ type xmlNamedRange struct {
227227}
228228
229229type xmlContentValidation struct {
230- Name string `xml:"name,attr"`
231- Condition string `xml:"condition,attr"`
232- AllowEmpty string `xml:"allow-empty-cell,attr"`
233- BaseCellAddr string `xml:"base-cell-address,attr"`
234- ErrorMessage * xmlErrorMsg `xml:"error-message"`
235- HelpMessage * xmlHelpMsg `xml:"help-message"`
230+ Name string `xml:"name,attr"`
231+ Condition string `xml:"condition,attr"`
232+ AllowEmpty string `xml:"allow-empty-cell,attr"`
233+ BaseCellAddr string `xml:"base-cell-address,attr"`
234+ ErrorMessage * xmlErrorMsg `xml:"error-message"`
235+ HelpMessage * xmlHelpMsg `xml:"help-message"`
236236}
237237
238238type xmlErrorMsg struct {
@@ -267,12 +267,12 @@ type xmlStyleDef struct {
267267}
268268
269269type xmlContent struct {
270- XMLName xml.Name `xml:"document-content"`
271- AutoStyles xmlAutoStyles `xml:"automatic-styles"`
272- Body struct {
270+ XMLName xml.Name `xml:"document-content"`
271+ AutoStyles xmlAutoStyles `xml:"automatic-styles"`
272+ Body struct {
273273 Spreadsheet struct {
274- Tables []xmlTable `xml:"table"`
275- NamedExpressions struct {
274+ Tables []xmlTable `xml:"table"`
275+ NamedExpressions struct {
276276 NamedRanges []xmlNamedRange `xml:"named-range"`
277277 } `xml:"named-expressions"`
278278 ContentValidations struct {
0 commit comments