Dong Shin 04.03.2013

  • wrapped up changes to Budget Info
  • started importing xlsx files
    • as3xls supports only xls files
    • as3-xlsx-reader looks promising – https://github.com/childoftv/as3-xlsx-reader
      • requires fzip – https://github.com/claus/fzip
      • got example to work
      • modifying the example to read the Contracts data
    • created example contracts xlsx file – Contracts Example.xlsx
    • working on File Uploader – http://biemond.blogspot.com/2008/08/flex-upload-and-download-with-blazeds.html
      • got the example to work – both server/client