You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

linked_data_record.xml 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0"?>
  2. <!--
  3. ====================================================================
  4. Licensed to the Apache Software Foundation (ASF) under one or more
  5. contributor license agreements. See the NOTICE file distributed with
  6. this work for additional information regarding copyright ownership.
  7. The ASF licenses this file to You under the Apache License, Version 2.0
  8. (the "License"); you may not use this file except in compliance with
  9. the License. You may obtain a copy of the License at
  10. http://www.apache.org/licenses/LICENSE-2.0
  11. Unless required by applicable law or agreed to in writing, software
  12. distributed under the License is distributed on an "AS IS" BASIS,
  13. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. See the License for the specific language governing permissions and
  15. limitations under the License.
  16. ====================================================================
  17. -->
  18. <record id="0x1051" name="LinkedData" excel-record-id="AI" package="org.apache.poi.hssf.record">
  19. <suffix>Record</suffix>
  20. <extends>Record</extends>
  21. <description>Describes a linked data record. This record refers to the series data or text.</description>
  22. <author>Glen Stampoultzis (glens at apache.org)</author>
  23. <fields>
  24. <field type="int" size="1" name="link type" description="What type of link is this?">
  25. <const name="title or text" value="0" description="links a series title or text"/>
  26. <const name="values" value="1" description="links to series values"/>
  27. <const name="categories" value="2" description="links to categories"/>
  28. </field>
  29. <field type="int" size="1" name="reference type">
  30. <const name="default categories" value="0" description="use default categories"/>
  31. <const name="direct" value="1" description="reference to some text or a value entered directly into the formula bar"/>
  32. <const name="worksheet" value="2" description="reference links to worksheet"/>
  33. <const name="not used" value="3" description="??"/>
  34. <const name="error reported" value="4" description="error reported"/>
  35. </field>
  36. <field type="bits" size="2" name="options">
  37. <bit number="0" name="custom number format" description="true if this object has a custom number format"/>
  38. </field>
  39. <field type="int" size="2" name="index number fmt record"/>
  40. <field type="custom:org.apache.poi.hssf.record.LinkedDataFormulaField"
  41. size="var" name="formula of link" description="formula"/>
  42. </fields>
  43. </record>