Excel to SIE4

This is my solution to create a SIE file from an Excel file. If you instead want to convert a SIE file to a structured format in Excel, check out this page instead.

RocketSIE is a free to use Excel VBA macro to convert an Excel file to a SIE4 file (a sort of text file with “.SI” as filename extension) that you can import to your accounting software released under a MIT license. The macro offers you a very simple way to create your SIE4 files for free. Usually these kind of solutions have a yearly fee of several thousand SEK.

You can use the tool in different ways depending on your needs. Maybe you want to streamline the bookkeeping work by creating all journal entries in Excel and import a batch of journal entries (i.e. a SIE file) to your accounting software instead of creating each journal entry manually in the accounting software.

The tool supports journal entries (Sw: “Verifikationer”), opening balances (Sw: “Ingående balanser”), dimensions/objects (e.g. projects, cost centres, cost bearer etc.) and monthly budget.  Refer to the images below for some screenshots.

Screenshots

Installation

It’s easy to start using the tool.

1. Download the Excel file “SIE TO Excel.xlsm” located here

 

Excel till SIE

2. Right-click on the file, choose Properties (Sw: “Egenskaper”), and then select the Unblock (Sw: “Avblockera”) checkbox on the General (Sw: “Allmänt”) tab. If needed, read my blog post for additional information.

3. Open the Excel file “ExcelToSIE.xlsm”

4. Enable Macros in the Excel file, visit Microsoft for instructions.

5. Click on the button “CREATE SIE FILE” and browse for the folder where you want to save the created SIE file.

Excel till SIE

Support

Please send support tickets and improvement ideas to hello(at)lundgrensimon.com

In 2022, Microsoft changed the default behavior of Office applications to block macros in files from the internet. Please read my blog post on how to solve it.

Update log

Version 1.0 – 2022-08-25: First release

Version 2.0 – : Bug fixes and performance improvements

Version 3.0 2022-03-01: Bug fixes and performance improvements

License

MIT License

Copyright (c) 2022 Simon Lundgren

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Download