Feature: MS Excel (xlsx) Import/Export
Microsoft Excel files can be used to import/export devices. Several import bugs were also fixed in the process.
This commit is contained in:
@@ -36,6 +36,14 @@
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="ClosedXML, Version=0.85.0.0, Culture=neutral, PublicKeyToken=fd1eb21b62ae805b, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\ClosedXML.0.85.0\lib\net40\ClosedXML.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\DocumentFormat.OpenXml.2.5\lib\DocumentFormat.OpenXml.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="EntityFramework">
|
||||
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
|
||||
</Reference>
|
||||
@@ -244,11 +252,14 @@
|
||||
<Compile Include="Devices\Exporting\DeviceExport.cs" />
|
||||
<Compile Include="Devices\Exporting\DeviceExportTask.cs" />
|
||||
<Compile Include="Devices\Exporting\DeviceExportTaskContext.cs" />
|
||||
<Compile Include="Devices\Importing\BaseDeviceImportContext.cs" />
|
||||
<Compile Include="Devices\Importing\CsvDeviceImportDataReader.cs" />
|
||||
<Compile Include="Devices\Importing\DeviceImport.cs" />
|
||||
<Compile Include="Devices\Importing\DeviceImportApplyTask.cs" />
|
||||
<Compile Include="Devices\Importing\DeviceImportContext.cs" />
|
||||
<Compile Include="Devices\Importing\CsvDeviceImportContext.cs" />
|
||||
<Compile Include="Devices\Importing\DeviceImportDatabaseCache.cs" />
|
||||
<Compile Include="Devices\Importing\DeviceImportFieldBase.cs" />
|
||||
<Compile Include="Devices\Importing\DeviceImportColumn.cs" />
|
||||
<Compile Include="Devices\Importing\DeviceImportInMemoryCache.cs" />
|
||||
<Compile Include="Devices\Importing\DeviceImportParseTask.cs" />
|
||||
<Compile Include="Devices\Importing\DeviceImportRecord.cs" />
|
||||
@@ -269,6 +280,8 @@
|
||||
<Compile Include="Devices\Importing\Fields\ModelIdImportField.cs" />
|
||||
<Compile Include="Devices\Importing\IDeviceImportCache.cs" />
|
||||
<Compile Include="Devices\DeviceUpdatesHub.cs" />
|
||||
<Compile Include="Devices\Importing\XlsxDeviceImportContext.cs" />
|
||||
<Compile Include="Devices\Importing\XlsxDeviceImportDataReader.cs" />
|
||||
<Compile Include="Devices\ManagedGroups\DeviceBatchAssignedUsersManagedGroup.cs" />
|
||||
<Compile Include="Devices\ManagedGroups\DeviceBatchDevicesManagedGroup.cs" />
|
||||
<Compile Include="Devices\ManagedGroups\DeviceManagedGroups.cs" />
|
||||
|
||||
Reference in New Issue
Block a user