QESS is a spread sheet application for Android smart phone focusing on effective entry. It has editable keypads.
No functional difference exists between two versions. Showing the advertise or not is different.
Yes. Refer Support.
The fill color and font color of the cell can be set. And you can change data type, forma, text alignment, font properties and ruled line. For other styles, we have no plans at now.
Select 'Auto Detection' for the setting of 'character set at reading text'. If failed, try other character set in the list.
Data folder cannot be changed to the arbitrary folder except the sub folder of default. But QESS can imports files from any folder and exports files to any folder. The sub folder can be created from the icon situated at the top-right corner of the file manager screen.
Backup data in Std version, and restore them in Pro version. The functions of "backup" and "restore" are found in the file manager menu.
Move files to the storage position accessible from outside.
In default, The dedicated area is used.
Various methods exist, such as USB cable, Bluetooth, or Wifi.
There are methods such as USB connection, Bluetooth connection and via network. Select the shared area in the setting of the data storage, and select the folder/file in the exchange method.
Many factors are related. In USB connection, the connection type should be switched to "File Transfer".
No. Macro does not be supported. But a command sequence (simple macro) can be assigned to each key in the keypad. It is a sequence of commands such as data input, cell movement, caluculation and others. Simple loop and branch can be described in command sequence. And JavaScript can be called.
No. No. The supported functions are listed in the formula input screen of the cell menu.
Initialize sample layout files by using 'menu→File Management→Initialize Sample Files'. Then modify files little by little. Do not edit first columns, because first columns are the keys for setting items (except the list name used in <LIST> command).
In some application, the file having extension '.csv' is not saved as CSV format but as TSV format. Change the file extension to '.tsv' and open the file.
The corresponding function dose not work. When denying (external) storage, the dedicated area is used. When denying camera, QRcode/barcode reading is disabled. When denying location, location detection is disabled. To switch from denying to permitting, use 'menu→Apps→QESS→Permissions'. This permission control is available from Android 6.
No, QESS does not have 'Undo' function. But it has the function to return to the previously saved state. The function can be selected from 'Return To Previous Save' in the menu. The count and interval of the save can be set in the menu. The save is not executed periodically but executed at hiding the main screen (such as rotate the screen or switch to other screen).
Use 'Menu → File Management→Initialize Sample Files' for reloading sample files. And try 'Menu → Settings→ Reset Settings'.
QESS does not have the OCR function. Please acquire the text with favorite OCR application and transfer it to QESS via the 'Share' function or the 'Clipboard'.
If you use the 'Share' function, open 'Share' menu in the OCR application, and select QESS in the displayed list. Then QESS is lauched and the text is inserted.
If you use the 'Clipboard', copy the OCR result from OCR application to the clipboard. Next, launch QESS, and choose 'Menu → Modify Cell→ Paste'.
The text is divided and entered to the cells according to the format in 'Menu →Settings →Clipboard Text Form'. If you want to enter all text into one cell, execute 'Paste' in the 'Full Screen Edit', when using the clipboard. When using 'Share' function, check the flag 'Menu→Settings→Treat Shared Text Data Without Processing'.
Some direct conversions are not supported. Please convert via other data types such as numeric.
When using text files(=CSV, TSV, TXT), the data types are converted into the string type. Please use the Excel files( =XLS, XLSX).
Use version 3 or later. If it is slow yet, divide data file, or use the other applications. QESS has the function to split/trim the data file.
Use the Excel formula. Enter text in the result cell by using the keyboard.
For example,
=SUM(A1:B2)
=SUM(B:B)
=SUM(3:3)
To set it as a key command, enter the following to [ButtonCommand] row in the layout file.
Two Apostrophes (Single Quotation marks) are needed in the head of the command to enter as a string.
''=SUM(A1:B2)
''=SUM(B:B)
''=SUM(3:3)
Or, enter the following in the row of [ButtonCommand].
SUM(A1:B2)<TYPE FRML>
SUM(B:B)<TYPE FRML>
SUM(3:3)<TYPE FRML>
To get sum of the current range, refer sample and help. The function 'sum' can also be selected from the list in the formula input screen.
See the above answer.
The big size is caused by many support liblaries such as Apache POI for treating Excel files.
The speak is implemented with TTS (Text To Speech). Check the Android Android system settings. The use of other speech engines might improve the quality.
Please reduce the cell range to encode. If it is still failed, try other QR code scanners. Some scanner accepts only URL format.
Please cancel the Range with the Back key. When a Range is active, the paste text is taken not from the clipboard but from the Range.
Please execute the paste action after pressing the Back key to reset the range mark.
In order to avoid getting heavy, QESS makes lazy evaluation of cells. The value is updated, when the position of the current cell is changed.
The cell size cannot be not saved to the CSV/TSV/TXT file. Use the XLS or XLSX file.
The function of "Table border" was added at Ver.3.1.0. I have no plans about "Merge cells".
The function is added. It is found in the menu of cell/column/row/sheet. Or, please try web-services for printing and PDF conversion.
These are same function. As the function via MENU has more delay, use the direct function, if possible.
[=today()] returns the raw value. Use "Type and Format" in the menu for changing the format to Date. Or use [=text(today(),"yyyy/mm/dd")], where the second argument is a format string.
Documentations can be found in the "Help Document" and "QESS Support Page". The latter is linked to "Menu>Help Document>Help>Support". The templates are prepared as sample layout files.
You can implement it by switching the layout including the button and not including the button. Refer "Menu>Simple How-To>How to make a keypad switching button".