Jochen Wezel
Jochen Wezel
*Given* is a cell 1. A1 with formula `=ROW(A1)` (so: self-targetting!) 2. B1 with formula `=COLUMN(B1)` (so: self-targetting!) *When* EPPlus calculates *Then* * EPPlus currently throws a CircularReferenceException (=misbehaviour) *...
## Error description When reading with `sheet.Cells(rowIndex, colIndex).Value` I get date values 1 day before, e.g. instead of * 1900-01-01, I get 1899-31-30 * 1900-02-28, I get 1900-02-27 Starting with...
After writing to a sheet with e.g. following code ```vb WorkSheet.Cells(1, 1).Value = OfficeOpenXml.ExcelErrorValue.Values.Num WorkSheet.Cells(2, 1).Value = OfficeOpenXml.ExcelErrorValue.Values.Div0 ``` When reading again that XLSX file and reading the cells, `sheet.Cells(1,...
## Problem description * Given is a cell with a formula "500*4" and a call to calculate this cell * On some framework versions and different trust-environments, the .NET runtime...
After deactivating automatic calculcation and after inserting/replacing some cell formulas and in the end of larger bulk changes, I sometimes need to know if a cell finally requires recalculation. For...
In past, everything worked fine. After redeploying on another server, we recognized that the IMAP email account connection doesn't work any more. `docker logs dmarc-visualizer_parsedmarc_1` lists lot of logs of...
## Current results The current output for my test in Visual Studio is as following and is missing the stacktrace line for the indiviual failed assertion:  The same output...
OK: When running a Windows Forms app like NUnit GUI from TestCentric (testcentric.exe) at Ubuntu 18.04 and Mono 6.4 (latest stable), the app's main form opens ERROR: when clicking on...
This samples show the basic power of this DiffLib and is provided as VB.NET:  ``` vb.net Option Explicit On Option Strict On Imports DiffLib Module Module1 Sub Main() Const...
The button "open owncloud in browser" currently opens the logon form in browser. Like dropbox, the button should do a logon automatically