Megatest

Ticket Change Details
Login
Overview

Artifact ID: a599968089acf1c41dc4a30a047b1ab40d9135c6
Ticket: 4f129ccb5735c3207c5db12d0f1c3bcfd705d3e2
Refdb creation (from dat files)
User & Date: tyardeni on 2015-09-24 14:08:11
Changes

  1. icomment:
    Each refdb requires the following two files:
    
      *  sxml/_sheets.sxml:
    
    <verbatim>
    (
    
    ; for each sheet, add the following, replace sheet_name with the sheet's name
    (http://www.gnumeric.org/v10.dtd:SheetNameIndex
      (http://www.gnumeric.org/v10.dtd:SheetName
        (@ (http://www.gnumeric.org/v10.dtd:Rows "65536")
          (http://www.gnumeric.org/v10.dtd:Cols "256"))
         "sheet_name"))
    
    )
    </verbatim>
    
      *  smxl/_workbook.sxml:
    
    <verbatim>
    (*TOP* (*PI* xml "version=\"1.0\" encoding=\"UTF-8\""))
    </verbatim>
    
    In addition, each tab requires the following file:
    
      *  sxml/_sheets.sxml:
    
    <verbatim>
    (http://www.gnumeric.org/v10.dtd:Sheet )
    </verbatim>
    
  2. login: "tyardeni"
  3. mimetype: "text/x-fossil-wiki"
  4. priority changed to: "Immediate"
  5. resolution changed to: "Open"