Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

Bugfix/biwebsvody 8848 #514

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Feb 15, 2019

  1. Доработано копирование объединений

    Исправлена ошибка копирования диапазонов ячеек, часть которых на момент копирования уже объединена
    Денис Сергеев committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    7a7099d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. [*] Добавлены проверки при удалении комментариев

    Добавлены проверки на null при удалении комментариев
    Денис Сергеев committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    5da5970 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. [*] Исправлена ошибка при работе с объединенными ячейками

    Исправлена ошибка
    Денис Сергеев committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    c7902b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. [*] Исключена очистка некорректных формул,

    Убрана логика замены формул, синтаксис которых является некорректным (их невозможно вычислить движком excel) на string.Empty
    Денис Сергеев committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    4f3a917 View commit details
    Browse the repository at this point in the history
  2. [*] Доработано копирование xlsx, имеющих в составе макросы VBA

    По умолчанию при копировании листа содержимое VBA-проекта данного листа не копируется
    Денис Сергеев committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    2711396 View commit details
    Browse the repository at this point in the history
  3. [*] fix Исправлено копирование стилей

    Исправлена ошибка копирования стилей, при которой после копирования неименованного стиля его идентификатор начинал совпадать с идентификатором одного из именованных стилей
    Денис Сергеев committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    e0c4349 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c4c97f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. [*] Исправлены ошибки при работе с sharedformulas

    Исправлены ошибки при работе с sharedformulas
    Денис Сергеев committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    8e8b8aa View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    Денис Сергеев committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    d618502 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. [*] Исправлена ошибка обработки комментариев

    Исправлена ошибка обработки комментариев при копировании/удалении строк, в ячейках которых содержались комментарии
    Денис Сергеев committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    1ac41a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. [*] Оптимизирована логика работы с объединениями; реалзована возможно…

    …сть отключить проверку пересечений при объединении ячеек листа
    
    Оптимизирована логика поиска пересечений диапазона объединямых ячеек с уже существующими объединенными ячейками листа
    Денис Сергеев committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    e46b0d5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Исправлена ошибка кэширования объединенных ячеек при копировании диап…

    …азонов
    
    Исправлена ошибка кэширования объединенных ячеек при копировании диапазонов
    Денис Сергеев committed May 22, 2019
    Configuration menu
    Copy the full SHA
    a7c09e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. [#BIWEBSVODY-8848] Добавлен пропуск именованных ячеек с некорректным …

    …адресом диапозона
    Тимур Ильясов authored and Тимур Ильясов committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    d64ccbe View commit details
    Browse the repository at this point in the history
  2. [#BIWEBSVODY-8848] Объединил условия

    Тимур Ильясов authored and Тимур Ильясов committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    0b85250 View commit details
    Browse the repository at this point in the history