Sage 100

 View Only
Expand all | Collapse all

Importing from Excel file

  • 1.  Importing from Excel file

    Posted 05-05-2026 10:53

    I get a ":" error every time I try to import from an Excel file.  Is there a trick, or is CSV the only answer?



    ------------------------------
    Beth Bowers
    Dog Mom, first and foremost. The rest is all just necessary to keep the dogs in biscuits.
    (269) 358-0989
    ------------------------------


  • 2.  RE: Importing from Excel file

    Posted 05-05-2026 11:38

    I've had intermittent issues with XLS / XLSX files as a VI data source over the years, and haven't nailed down the error patterns, but two things I do know:

    • Excel needs to be installed, with an active Excel license, before it can work.
    • Multi-tab spreadsheets can cause problems.


    ------------------------------
    Kevin Moyes
    Technical Systems Analyst
    Munjal White Consulting Co.
    Toronto ON
    ------------------------------



  • 3.  RE: Importing from Excel file

    Posted 05-05-2026 11:45

    yeah, csv is always safest.



    ------------------------------
    Brett Zimmerman
    Net at Work
    Greater Boston Area
    ------------------------------



  • 4.  RE: Importing from Excel file

    Posted 05-05-2026 11:49

    When I am generating the file, I try to go with a non-standard separator like "^", so I don't need to do anything special for commas as data... but if saving from Excel, yes, CSV is often reliable.



    ------------------------------
    Kevin Moyes
    Technical Systems Analyst
    Munjal White Consulting Co.
    Toronto ON
    ------------------------------



  • 5.  RE: Importing from Excel file

    Posted 05-05-2026 11:57

    Ok, so consensus is Excel = bad



    ------------------------------
    Beth Bowers
    Dog Mom, first and foremost. The rest is all just necessary to keep the dogs in biscuits.
    (269) 358-0989
    ------------------------------



  • 6.  RE: Importing from Excel file

    Posted 05-05-2026 11:50

    I always use tab separated values.  It eliminates the risk of a CSV that doesn't have descriptions with commas enclosed in quotes.



    ------------------------------
    Doug Higgs
    Midwest Commerce Solutions, Inc
    (312) 315-0960
    Chauffeur, Chef, and Personal Assistant to Sprinkles
    ------------------------------



  • 7.  RE: Importing from Excel file

    Posted 05-05-2026 11:54
    Edited by Kevin Moyes 05-05-2026 11:54

    Is VI recognizing quoted commas now?  In my experience, VI treats commas wrapped in double-quotes as a separator, not data... but it has been a while since I have even tried.

    Edit: Tab separated is also a good strategy.



    ------------------------------
    Kevin Moyes
    Technical Systems Analyst
    Munjal White Consulting Co.
    Toronto ON
    ------------------------------



  • 8.  RE: Importing from Excel file

    Posted 05-05-2026 11:57

    For tab separated check the "Use ACSII Delimiter" box in VI then use 009 as the value.



    ------------------------------
    Doug Higgs
    Midwest Commerce Solutions, Inc
    (312) 315-0960
    Chauffeur, Chef, and Personal Assistant to Sprinkles
    ------------------------------



  • 9.  RE: Importing from Excel file

    Posted 05-05-2026 13:20

    Thanks, @Doug Higgs for not making me look that up. I've used various delimited files before but I was trying to make this easier for the end user, and not make them have to Save As.  But looks like I'll just have to tap dance harder at how EASY IT IS TO SAVE AS (I know, but you also know how some Nervous Nelly end users are).



    ------------------------------
    Beth Bowers
    Dog Mom, first and foremost. The rest is all just necessary to keep the dogs in biscuits.
    (269) 358-0989
    ------------------------------



  • 10.  RE: Importing from Excel file

    Posted 05-05-2026 14:11

    I also find that Calc from OpenOffice is better at letting you set whatever delimiter you want when saving from .xlsx to .csv.



    ------------------------------
    Phil McIntosh
    Friendly Systems
    ------------------------------



  • 11.  RE: Importing from Excel file

    Posted 05-05-2026 14:14
    Seconding that... OpenOffice lets you pick the delimiters and also quote fields not quote them, save as ASCII instead of UTF-8 and ... it's free!






  • 12.  RE: Importing from Excel file

    Posted 05-05-2026 14:18

    Not sure if it makes a difference, however, in Excel I always click File, Export, Change File Type, Tab Delimited.  The "Save As" option may work the same.



    ------------------------------
    Doug Higgs
    Midwest Commerce Solutions, Inc
    (312) 315-0960
    Chauffeur, Chef, and Personal Assistant to Sprinkles
    ------------------------------



  • 13.  RE: Importing from Excel file

    Posted 05-05-2026 14:39
    Edited by Jeff Schwenk 05-05-2026 19:19

    Been using Tab-separated TXT to save Excel for 20+ years.  Save As.  Has eliminated a LOT of VI import stress.



    ------------------------------
    Jeff Schwenk
    Owner
    Bottomline Software, Inc.
    Waynesboro VA
    (540) 221-4444

    Improving bottom lines for over 25 years!
    ------------------------------



  • 14.  RE: Importing from Excel file

    Posted 05-05-2026 17:19

    Some good stuff in here!!



    ------------------------------
    Brett Zimmerman
    Net at Work
    Greater Boston Area
    ------------------------------