Skip to content
  • JodyGoldberg's avatar
    cut-n-paste-o (r1c1_get_index) : == max is ok, we're about to decrement. · 34c9ea26
    JodyGoldberg authored
    2005-10-23  Jody Goldberg <jody@gnome.org>
    
    	* src/parse-util.c (r1c1_rangeref_parse) : cut-n-paste-o
    	(r1c1_get_index) : == max is ok, we're about to decrement.
    
    	* src/parser.y (yylex) : special case check for #N/A which does not
    	  end in '!' or '?'.
    	(cellref) : Allow RANGEREF : RANGEREF
    
    2005-10-23  Jody Goldberg <jody@gnome.org>
    
    	* excel-xml-read.c (xl_xml_col_start) :
    	  - add hidden.
    	  - support spans
    	  - support styles
    	  - support sizes (still off by what seems like a constant factor ??
    	    of 12.5% ??)
    	(xl_xml_row_start) : ditto.
    	(xl_xml_pane) : init edit pos to A1.
    	(xl_xml_selection) : new. handle selection
    	(xl_xml_editpos_col) : new. handle edit position
    	(xl_xml_editpos_row) : new. ditto.
    	(xl_xml_data_start) : load Data::Type here
    	(xl_xml_cell_start) : not here.  Store the expr.
    	(xl_xml_data_end) : store exprs and values.
    	(xl_xml_named_range) : new.  No entirely functional.
    	  It does not handle implicit fwd declatation of names.
    34c9ea26