Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

A simple and local search engine using Excell sheet as database ?

Discussion in 'Formats & External Tools' started by unity_FBhwX48J8tGXVg, Apr 21, 2020.

  1. unity_FBhwX48J8tGXVg

    unity_FBhwX48J8tGXVg

    Joined:
    Apr 21, 2020
    Posts:
    3
    Hi all,

    I have a question regarding creating a simple and local search engine using an Excell spreadsheet as my database. Essentially, the search engine serves as an inventory finding tool for our makerspace.

    The user types in the object/tool they are looking for in the input tab, unity will then read through the excell sheet and display the zone / aisle / shelf where the item is placed in the makerspace.

    I am very new to coding and completely clueless about making this. I can make a basic UI with a search / input field and a submit button but have no idea how the backend data parsing and display is happening.

    Any help greatly appreciated!