Completed
Last Updated: 08 Apr 2015 10:54 by ADMIN
Unplanned
Last Updated: 08 Aug 2023 09:30 by ADMIN
ADMIN
Created by: Tanya
Comments: 10
Category: Spreadsheet
Type: Feature Request
19
Implement functionality to rotate the text in a cell.
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
Steps to reproduce: 

1. Enter in a cell =Today()
2. Show Format Cells dialog and set Custom format "d"

Expected: The value is the day of the month.
Actual: The date is formatted as short date but has to be day of the month.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
When the user clicks in the gray area of the scrollbars, the view could scroll one page at this direction, similar to what MS Excel do. 
Completed
Last Updated: 21 Mar 2015 12:47 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: Spreadsheet
Type: Bug Report
0
When in a cell is inserted text with leading spaces, they are ignored when export and Excel doesn't show them.

The fix will be available in our latest LIB release (v. 2015.1.0323).
Completed
Last Updated: 31 Oct 2018 08:11 by Paul-Henri
Wrong exception messages are constructed sometimes, due to problem in the internal Guard.ThrowExceptionIfTrue and Guard.ThrowExceptionIfFalse methods:

- Guard.ThrowExceptionIfTrue throws InvalidOperationException with text "<paramName> should be true.", instead the text should be "<paramName> should be false."

- Guard.ThrowExceptionIfFalse throws InvalidOperationException with text "<paramName> should be false.", instead the text should be "<paramName> should be true."

Available in LIB Version 2017.2.828.
Declined
Last Updated: 20 Sep 2017 14:21 by ADMIN
Completed
Last Updated: 08 Aug 2016 11:50 by ADMIN
Completed
Last Updated: 03 Aug 2021 05:42 by ADMIN
Release R3 2021
ADMIN
Created by: Nikolay Demirev
Comments: 7
Category: Spreadsheet
Type: Feature Request
12
Add support for preserving and exporting the macros in a macro-enabled workbook.

Macros are pieces of code written in Visual Basic for Applications (VBA) which are used to automate repetitive tasks in excel. The macros are part of the excel file. When a file contains a macro its extension becomes xlsm.
Spreadsheet should be able to import and export xlsm files and edit the macros in them.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
ADMIN
Created by: Anna
Comments: 0
Category: Spreadsheet
Type: Feature Request
3
This is similar to Visual Studio's IntelliSense, but appears while typing formulas in cells on in the FormulaBar.

https://support.office.com/en-us/article/Use-Formula-AutoComplete-6d13daa5-e003-4431-abab-9edef51fae6b
Unplanned
Last Updated: 31 Oct 2018 08:07 by ADMIN
ADMIN
Created by: Anna
Comments: 0
Category: Spreadsheet
Type: Feature Request
1
Allow the customers to work with Shape objects.
Unplanned
Last Updated: 03 Aug 2017 10:40 by ADMIN
#.##0,00;-#.##0,00;;@ does not work in RadSpreadsheet. It should suppress visualizing of ) values.

Workaround: #.##0,00;-#.##0,00; ;@ works fine (there is ' ' [space] set for the zero values).
Completed
Last Updated: 17 Jan 2019 11:24 by ADMIN
ADMIN
Created by: Deyan
Comments: 2
Category: Spreadsheet
Type: Feature Request
24
Add support for visualizing and editing charts.
Unplanned
Last Updated: 31 Oct 2018 07:51 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: Spreadsheet
Type: Feature Request
6
Add support for creating Tables and applying tables styles (predefined ones or custom).
Unplanned
Last Updated: 31 Oct 2018 07:51 by Davis
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: Spreadsheet
Type: Feature Request
1
Implement pop-up providing analysis options and quick access to formatting for the selected range of cells. 
Completed
Last Updated: 18 Nov 2015 12:40 by ADMIN
Created by: XamlTeam
Comments: 2
Category: Spreadsheet
Type: Feature Request
2
I would like to be able to hide a selected column. In excel this can be achieved by right clicking the header of a column and selecting Hide/Unhide. Actually the same goes for rows.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: Spreadsheet
Type: Feature Request
2
Implement Show Formulas command, which display the formulas in the cells instead of the result value. In MS Excel, this is available in Formulas -> Formula Auditing -> Evaluate Formula.

The keyboard shortcut is "Ctrl + ~".
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: Spreadsheet
Type: Feature Request
1
Implement AutoSum command and functionality. In MS Excel, it is located in Home -> Editing -> AutoSum drop down, and allows fast creation of formula over the selected cell, by choosing a formula: SUM, AVERAGE, COUNT, MAX, MIN, etc. If a range is not selected, the command tries to predict which sells have be included.
Completed
Last Updated: 17 May 2022 11:29 by ADMIN
Release R2 2022
ADMIN
Created by: Petya
Comments: 6
Category: Spreadsheet
Type: Feature Request
27
Add support for conditional formatting of cells - allow applying of rules used during visualization of cells to automatically apply formatting depending on their values.