Michael
	* Change all structure names ToCapitalisedLikeThisNames
	* In ms-formula-write.c
		* Booleans
		* test IF and CHOOSE: need 'optimising'
		* Sort out silly things with massive sized sheets
			* Deeper DBCELL records
			* Truncated Index records
			* Intelligent blank cell removal on insertion.
	* New style support so we can do
		* Colours
		* Fonts etc.
	* Rationalise Missing Argument stuff ... a new value ?
	* Remove silly name record in writing ( after debugging is done )
	* Fix inter-sheet dependencies ... well broken.
	* Lookup Harvest and see if we can help with doc summary info for
	searches.
	* Implement document summary information, S59FD3.HTM ( wrong ).
	* Use same XML as Office for elegance (?)

Jody
	*

* Excel importing

   BIFF_NOTE ( comments ) importing ( Biff V8 )

   BIFF_OBJ: Embedded objects. S59DAD.HTM

   Re-engineer to use PtrArrays in several places instead
   of hashing on an integer: speedup.

   Fix odd integer formatting hiding some numbers,

   work out what is happening in biff record collation,
   and SST tables....

   * Formulae
   
      Sort out PtgRefN family, convert to correct posn.

   Get Nested OLE object streams working nicely.

* OLE

   Integrate into libvfs.
   Update to better understanding of file, see wine.


