User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: XLS files

  1. #1
    Clicker Multimedia Fusion 2iOS Export Module

    Join Date
    Jun 2006
    Posts
    113
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    XLS files

    I need to read from an XLS file for a quiz game.

    I really want to be able to read it just like I would an array- specify the X Y of the cell and recieve the string data.

    Is this possible?

  2. #2
    No Products Registered

    Join Date
    Jun 2006
    Location
    Texas
    Posts
    1,002
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: XLS files

    Not to my knowledge but you could save the .xls file as a .csv file and then load it into Associative Array or something...


  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Location
    Cape Town South Africa
    Posts
    192
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: XLS files

    I think it might be possable using activeX object,if you have ms-office installed.

  4. #4
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: XLS files

    Can't the ODBC object do this? Not sure how well it works, though.

  5. #5
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    2,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: XLS files

    "Can't the ODBC object do this? Not sure how well it works, though."
    you need excel to be installed so the CSV odbc driver is added, or from what I remember there is a small free seperate download for the driver

  6. #6
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: XLS files

    Yes, I just tried it and couldn't even get my head round it at all. I would probably suggest using a plainer format like CSV, as XLS files have a whole lot of additional data that you really don't need. You can even edit it in XLS and export it to CSV as needed if that's the problem.

  7. #7
    Clicker Multimedia Fusion 2iOS Export Module

    Join Date
    Jun 2006
    Posts
    113
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: XLS files

    The problem is, I've been hired to make a game, and I need to read form XLS files. I'm not buying word/excel/office junk also.

    Am I screwed?

  8. #8
    No Products Registered

    Join Date
    Jun 2006
    Location
    Texas
    Posts
    1,002
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: XLS files

    Why does it have to be XLS files? Why can't you just open them up in word and re-export them? It would take less then a minute...

    You could even export as XML and then read it using my EasyXML extension..

    If you have to use XLS files then you could hire someone to write an extension or something for you..

  9. #9
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    2,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: XLS files

    and also can I say that although MMF2 is a great product and is very flexable, you cant do everything with it.... Dont agree to work on something you know cant be done

  10. #10
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: XLS files

    XLS files have never be used for Games...

Page 1 of 2 1 2 LastLast

Similar Threads

  1. "Flash / INI object: now loads INI files stored as binary files in the application."
    By EdibleWare in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 2nd July 2014, 10:22 AM
  2. Loading files such as INI,Text files, List Files?
    By Gibbon in forum SWF/Flash Export Module Version 2.0
    Replies: 3
    Last Post: 21st July 2012, 06:41 AM
  3. INI files versus XML files - which one's better?
    By TheSynapse in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 6th April 2012, 03:14 PM
  4. Conveting mfa. files to swf. files.
    By onewingedangel in forum Multimedia Fusion 2 - Technical Support
    Replies: 16
    Last Post: 22nd September 2008, 03:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •