By Qualtrax on March 28, 2014
When managing files, smaller tends to be easier. Smaller file sizes are fast for downloading, uploading, moving, copying, and deleting.
Qualtrax uses multiple file formats, and one of the most common is Excel. In the early years, Excel was proprietary (*.xls) and users were at the mercy of the Microsoft developers. In recent years, Excel and many other Microsoft products have moved to open source (*.xlsx). This is great news for us as developers. Now we can read and write Excel files without even having to have Excel installed.
In addition, there are open source tools out there, such as OpenXML, that have great features and are perfect for reading and writing Excel files.
An important feature to Qualtrax and our users is compression (file size).
They say a picture is worth a thousand words, so let me show you what this means. Notice the file size of the three files below (1,480 KB, 691 KB, 7,753 KB):
These three files are the exact same file saved in three different ways. If you open them up they are identical. So why the difference in file size?
I’m glad you asked!
The largest file (7,753 KB) is the original Excel proprietary format (*.xls). If you take that file and save as “Excel Workbook (*.xlsx)”, it shrinks to 1,480 KB. (If you are not converting your files, ask yourself why not.) Finally there is a second *.xlsx file that was created using OpenXML from Qualtrax code. It turns out OpenXML allows the programmers at Qualtrax to compress Excel files much better than before.
How is Qualtrax taking advantage of this?
Qualtrax 2014 R1 has a new feature tied directly to this:
What does all this mean for our customers?
We are always trying to find a faster, better, smarter way for users to interact with Qualtrax. Compressing .xls files is just one of the ways we are able to do that.
Category: Uncategorized
Qualtrax