Page 1 of 1

Abykus SE - spreadsheet

Posted: Thu Mar 29, 2007 11:27 pm
by AlephX
Hi this is a free limited release of Abykus CE.
Abykus SE (8191 rows x 127 columns x 16 worksheets) and Abykus CE (65534 rows x 255 columns x 32 worksheets).
It is portable and requires about 1,5 Mb on disk (50% is the help file...)

The download file is SFX but I usually prefear to use Universal Extract (it´s like an addiction!)

http://www.abykus.com/ v1.32

The program combines object-oriented functionality with traditional spreadsheet operations, allowing you to store multi-value data types (such as arrays and matrixes) in a single cell. This not only saves valuable space on your worksheets, but it also significantly reduces the overhead needed to manage data. Once created, a cell object can either stand alone or be used as a building block to form other objects which are continuously recalculated as changes are made to key values throughout the worksheet .

Abykus has also replaced the standard "A1" cell naming convention with a significantly more powerful notation that uses numbers (i.e. algebraic expressions) or even other cell addresses to represent a cell's row and column position. This powerful, yet intuitive, new convention makes it possible to create dynamic cell addresses that reference different cells depending on the results of a specific calculation.

Functions can also tailored to your specific needs, using an integrated script language (which uses a syntax that's similar to the C programming language). Scripts look and behave like built-in functions and are easy to maintain and share between worksheets, since they are created, stored, and accessed from external library files as opposed to being imbedded in the worksheet itself.

Abykus CE - spreadsheet

Posted: Wed Aug 23, 2023 5:30 am
by Stephen Leibowitz
I have entered Abykus CE into the database with a status of private. My thought is that, if approved, it would replace Abykus SE. The reason why I have not simply edited the Abykus SE entry is that I think it would be better to address any questions about the replacement and the proposed content for CE before it is in Latest entries. I have listed it as Suggested by AlephX. Perhaps someone would check if it runs on Win 11?

Abykus CE - spreadsheet

Posted: Wed Sep 06, 2023 3:35 am
by Stephen Leibowitz
I entered Abykus CE into the database with a status of private. There have been no questions or comments. I ask that you consider voting to make it public. The entry is at: https://www.portablefreeware.com/?id=3097

Re: Abykus SE - spreadsheet

Posted: Wed Sep 06, 2023 4:58 am
by Andrew Lee
Just dropping a note to say that the decision to create a separate entry for "Abykus CE" is the correct decision IMHO.

Personally, I have been put off by the strange licensing of the "Commercial Edition", where you get a single user license only if you download from their website etc.

Maybe others will chime in eventually..

Abykus CE - spreadsheet

Posted: Wed Sep 06, 2023 8:21 am
by Stephen Leibowitz
I am guessing that the Abykus author wants it downloaded from his download page because the page has the full text of the license agreement. Even if his website were to disappear, the download page would still be on the Wayback Machine, from which the program can be downloaded for free.

Abykus CE - spreadsheet

Posted: Fri Mar 15, 2024 11:54 am
by Stephen Leibowitz
The help file bundled with the installation package is in the old .hlp format. I have converted the help file to run on modern Windows versions and made other improvements to it. Abykus30.chm is at
https://drive.google.com/file/d/1Lc2o1z ... aDPUl/view

Re: Abykus CE - spreadsheet

Posted: Mon Mar 18, 2024 6:27 am
by Midas
Stephen Leibowitz wrote: I have converted the help file to run on modern Windows versions and made other improvements to it...
Is there by any instance a trick to make Abykus invoke your CHM file from the "Help" menu/button -- instead of the HLP one?

Re: Abykus CE - spreadsheet

Posted: Thu Apr 04, 2024 4:14 pm
by Stephen Leibowitz
I edited the Abykus.ini file to point to the chm file. But when calling Help from Abykus, I received an error msg that the chm file is not a Windows Help file (it is a Microsoft HTML Help file). The program calls WinHelpA. If that call fails, it does not fallback to calling HtmlHelpA.

Abykus.chm can be downloaded from:
https://drive.google.com/file/d/1Lc2o1z ... aDPUl/view

I wrote a batch file that may be useful to some people:

Code: Select all

@echo off
cd /d  %~d0\AbykusCE30
start AbykusCE.exe
choice /m "Press Y to display Help (chm version), else press N"
if ERRORLEVEL 2 exit
start Abykus.chm
exit
When creating the chm file, I added a contents panel and made other improvements. I have also put these things in a hlp version. The improved hlp is a drop-in replacement for the original hlp file, and can be called from the Abykus program. It can be downloaded from:
https://drive.google.com/file/d/1RvVOcO ... iLWJ0/view

Re: Abykus SE - spreadsheet

Posted: Fri Apr 05, 2024 2:52 am
by Midas
Thanks for that, Stephen Leibowitz. 8)
Stephen Leibowitz wrote: When creating the chm file, I added a contents panel and made other improvements. I have also put these things in a hlp version. The improved hlp is a drop-in replacement for the original hlp file, and can be called from the Abykus program.
Could there be a way to make the HLP file invoke the CHM? That'd be rather useful for other legacy programs...