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

Add Net Core 2.2, 3.0, 3.1 and Net Standard 2.1 targets #610

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

Commits on Sep 5, 2018

  1. REPAIRED METHOD - internal ExcelBorderItemXml Copy()

    peter.hevesi committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    354c844 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Add properties for image dimensions: Properties for a resized image's…

    … dimensions are not publicly available.
    
    Override the ReadUntil method to include depth: While reading a sheet, the mergedCells property isn't always loaded due to tags matching the incoming tag array. Matching with depth resolves this.
    William Mitchell committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    1ef3966 View commit details
    Browse the repository at this point in the history
  2. Prevent index out of array bounds exception

    Convert short to int because we were overflowing the value and this was causing and index out of bounds exception when accessing an array. Eliminated unnecessary cast
    mason-mcglothlin authored Jun 7, 2019
    Configuration menu
    Copy the full SHA
    fb1f7e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Configuration menu
    Copy the full SHA
    1ddba00 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Fix issue JanKallman#152 Posibility to ignore Microsoft Excel cells w…

    …arning errors, like "Number Stored as Text" or "Two Digit Text Year"
    romcode committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    f1e36ae View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    03c8dca View commit details
    Browse the repository at this point in the history
  2. changed FileStream creation

    bhugot committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    2e140bb View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    aa9e9ca View commit details
    Browse the repository at this point in the history
  2. Removal of net35 target

    TheXDS committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    c51ce64 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    1ff6e5d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    0d692a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4938e05 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from Michael-Greiner/master

    Fixed problem with namespace prefix for sheetData tag in worksheet.
    TheXDS authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    fe2a890 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from bhugot/Async_Methods

    Async methods
    TheXDS authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    1422d3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad573a5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from leonardopinho/master

    Fixed issue in formula match
    TheXDS authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    e6e79bc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5 from billgeek/MergeCellsFix

    Add properties for image dimensions
    TheXDS authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    7b48a5a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6 from mason-mcglothlin/master

    Prevent index out of array bounds exception
    TheXDS authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    d755ae1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #7 from PeterHevesi/ExcelBorderItemXml_Fix

    REPAIRED METHOD - internal ExcelBorderItemXml Copy()
    TheXDS authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    bf92ef1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Minor compilation fixes

    TheXDS committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    a277715 View commit details
    Browse the repository at this point in the history