Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Excerpt

Imports data from a SharePoint List to cells in the worksheet. The new data will overwrite values and formulas in the target worksheet cells, but existing formatting will be preserved.

...

Example
Code Block
csharp
csharp
titleC#
Area importedArea = ws.ImportData(cell, myList);
Code Block
vb.netvb.netvbnet
vbnet
titlevb.net
Dim importedArea As Area = ws.ImportData(cell, myList)