From 103139ee6ebae9732b90bd0e5cce1f66b511e20d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ulves=C3=A6ter?= <48928133+toftalisk@users.noreply.github.com> Date: Wed, 11 Oct 2023 14:06:15 +0200 Subject: [PATCH] chore: small change to trigger release please --- IntoRdf/docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/IntoRdf/docs/README.md b/IntoRdf/docs/README.md index ab7cad1..596b808 100644 --- a/IntoRdf/docs/README.md +++ b/IntoRdf/docs/README.md @@ -56,6 +56,7 @@ Transforms the input spreadsheet into RDF format based on the provided transform ### SpreadsheetDetails `SpreadsheetDetails(string sheetName, int headerRow, int dataStartRow, int startColumn)` + Constructor to create a new SpreadsheetDetails object. * `sheetName`: The name of the sheet containing the data in the input spreadsheet.