Unplanned
Last Updated: 01 Feb 2022 10:45 by ADMIN
Created by: Michael
Comments: 3
Category: Spreadsheet
Type: Feature Request
8

Hello,

we have an Excel export in our software that we solved via Telerik Spreadsheet.

An exported Excel Table can also contain images.

These pictures are inserted as shape objects.

The Placement Property is set to xlMove (xlPlacement Enum) in Excel.

If you now filter the data in Excel, the images remain and are not hidden.

We therefore need a way of being able to change this Placement Property to the Value xlMoveAndSize

It would be very desirable if this option were made available in Telerik Spreadsheet as our customers urgently need it.

Duplicated
Last Updated: 20 Jan 2022 11:48 by ADMIN
Created by: Robby
Comments: 1
Category: Spreadsheet
Type: Bug Report
0

Hi,

Range name becomes incorrect after removing row in a spreadsheet.

Use case:

- Set range name to 'test' on cell A5

- Remove row 4 (option entire row)

Observed:

- Range name is still located on cell A5

Expected:

- Range name 'test' on cell A4. Similar behavior as in MS Excel

 

Can be reproduced using the Telerik WPF demo app.

 

Duplicated
Last Updated: 13 Jan 2022 08:33 by ADMIN

The named ranges are not updated after rows columns are inserted.

This item is migrated to the Telerik Document Processing portal: https://feedback.telerik.com/document-processing/1549293. Please, use the new item for commenting, voting, and subscribing instead of this one.
Completed
Last Updated: 14 Dec 2021 16:34 by ADMIN
Release LIB 2021.3.1220 (20 Dec 2021)
Created by: EuroEager2008
Comments: 0
Category: Spreadsheet
Type: Bug Report
0

Fill right shortcut (Ctrl + R) does not work 

As a workaround, manually register the combination:

public MainWindow()
{
    InitializeComponent();
    this.radSpreadsheet.ActiveSheetChanged += RadSpreadsheet_ActiveSheetChanged;
    
    this.Loaded += MainWindow_Loaded;
}

private void MainWindow_Loaded(object sender, RoutedEventArgs e)
{
    RegisterFillRight();
}

private void RadSpreadsheet_ActiveSheetChanged(object sender, EventArgs e)
{
    RegisterFillRight();
}
public void RegisterFillRight()
{
    RadWorksheetEditor worksheetEditor = this.radSpreadsheet.ActiveWorksheetEditor;

    if (this.radSpreadsheet.ActiveWorksheetEditor != null)
    {
        worksheetEditor.KeyBindings.RegisterCommand(worksheetEditor.Commands.FillRight, Key.R, ModifierKeys.Control);
    }
}

Unplanned
Last Updated: 14 Dec 2021 07:43 by ADMIN

The formula is not evaluated correctly when the fill right function is used.

To reproduce:

1. Enter the word "A1" in cell A1 and "B1" in cell B1.
2. Enter the formula "=A1&B1" in cell C1. C1 now correctly shows "A1B1"
3. Select C1 to H1 and run the Fill Right command.

Observe that D1, E1, and F1 show the correct result, but G1 and H1 show "0".

Workaround:

Save and reopen the document.

Completed
Last Updated: 10 Dec 2021 12:00 by ADMIN
Release LIB 2021.3.1213 (13 Dec 2021)

There are several items that currently cannot be localized:

  • Fit Sheet on One page
  • Fit All Columns on One page
  • Fit All Rows on One page

The headers and the description of the items have hardcoded strings.

Completed
Last Updated: 10 Dec 2021 11:17 by ADMIN
Release LIB 2021.3.1213 (13 Dec 2021)

When importing a document containing a hyperlink formula (e.g. "=HYPERLINK(B2,A2)") an exception is thrown: System.Collections.Generic.KeyNotFoundException: 'The given key was not present in the dictionary.'

Unplanned
Last Updated: 07 Dec 2021 11:27 by ADMIN

Cell Values disappearing when RadWindow is dragged to a second Monitor.

Workaround:

private void MainWindow_Loaded(object sender, RoutedEventArgs e)
{
    this.viewModel.OpenSampleCommand.Execute(null);
    radDocking1.ToolWindowCreated += RadDocking1_ToolWindowCreated;
}

private void RadDocking1_ToolWindowCreated(object sender, Telerik.Windows.Controls.Docking.ElementCreatedEventArgs e)
{
    var window = e.CreatedElement as ToolWindow;
    if (window != null)
    {
        window.WindowStateChanged += Window_WindowStateChanged;

    }
}

private void Window_WindowStateChanged(object sender, EventArgs e)
{
    var window = sender as ToolWindow;

    var spreadsheet = window.ChildrenOfType<RadSpreadsheet>().FirstOrDefault();
    if (spreadsheet != null)
    {
        spreadsheet.InvalidateVisual();
    }
}

 

Completed
Last Updated: 01 Nov 2021 09:00 by ADMIN
Release LIB 2021.3.1101
The style gallery is broken in the fluent theme and crashes the control
Completed
Last Updated: 20 Oct 2021 12:22 by ADMIN
Release R3 2021 SP1
The SpreadsheetML format has built-in reserved names. When such a name is defined in the scope of a worksheet, a SpreadsheetNameException is thrown during parsing the document.
Completed
Last Updated: 19 Oct 2021 14:59 by ADMIN
Release LIB 2021.3.1025 (25 Oct 2021)

The WorkbookContentChanged event is invoked right after importing a document. 

Completed
Last Updated: 18 Oct 2021 06:39 by ADMIN
Release LIB 2021.3.1018 (18 Oct 2021)
If you set, for example, two copies, the printed copies will be 4. If you select three copies, the result will be nine copies.
Completed
Last Updated: 11 Oct 2021 08:28 by ADMIN
Release LIB 2021.3.1011 (11 Oct 2021)
Add sheet button is hidden when there are many sheets. This should be checked with all themes.
Completed
Last Updated: 05 Oct 2021 12:52 by ADMIN
Release LIB 2021.3.1011 (11 Oct 2021)
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: Spreadsheet
Type: Bug Report
0

The outline properties of the chart series are not respected by most charts.

Completed
Last Updated: 04 Oct 2021 13:42 by ADMIN
Release LIB 2021.3.1011 (11 Oct 2021)
Exporting a document containing images anchored to a cell with a large offset causes the images to be stretched when imported in Excel.
Completed
Last Updated: 04 Oct 2021 13:35 by ADMIN
Release LIB 2021.3.1011 (11 Oct 2021)
The problem is that the spreadsheet wants to identify the main window. The main window is not known to the plugin and should not be, because it is located in a different app domain due to the specifics of the architecture (https://docs.microsoft.com/en-us/archive/msdn-magazine/2014/january/wpf-build-fault-tolerant-composite-applications).
Completed
Last Updated: 04 Oct 2021 10:45 by ADMIN
Release LIB 2021.3.927 (27 Sep 2021)
When importing a document containing a destination that does not refer to a formula an exception is thrown: System.NullReferenceException: 'Object reference not set to an instance of an object.'
Completed
Last Updated: 27 Sep 2021 07:35 by ADMIN
Release LIB 2019.2.812 (08/12/2019)
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: Spreadsheet
Type: Bug Report
0

The scale factor is not imported from documents with no information about the selection state.

Unplanned
Last Updated: 24 Sep 2021 06:14 by ADMIN
Value of a cell is visualized outside of the cell boundaries, or the value is clipped and partially visible, when the cell is updated (from code-behind), while being in an inactive worksheet, and is referenced by another cell from the active sheet.

Workaround: get a value of some cell in the active sheet and set it again to the same cell.

The issue is reproducible after the official release of Q1 2015.
Unplanned
Last Updated: 30 Aug 2021 08:28 by ADMIN
Provide a way to display function name that is different than the actual names saved in the XML.