• Hi developers

    i want to send Astro Luna input data from websites to excel and want to use an excel as a database how i can do that i need some guidelines

    • This topic was modified 1 year, 7 months ago by James Huff. Reason: redundant link removed

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    An Excel file is a specialized XML file. It’s good for transmitting structured data, but like any server file, it’s terrible as a relational DB. mySQL will be a much better DB than an Excel file could ever be. I strongly recommend saving data in a proper DB. If you would like to generate an Excel file on demand using the saved data, that’s a possibility. But I would discourage you from using an Excel file as the primary storage medium.

Viewing 1 replies (of 1 total)
  • The topic ‘sending input data to excel’ is closed to new replies.