Click or drag to resize

BibTexToolsExportToExcel Method (IEnumerableString, aceAuthorNotation, ILogBuilder, propertyAnnotationPreset, folderNode)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Exports all acceptable file formats, to excel tables with the same name

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public static List<DataTableForStatistics> ExportToExcel(
	IEnumerable<string> filePaths,
	aceAuthorNotation author,
	ILogBuilder log = null,
	propertyAnnotationPreset customTemplate = null,
	folderNode outputFolder = null
)
Request Example View Source

Parameters

filePaths
Type: System.Collections.GenericIEnumerableString
The file paths.
author
Type: imbSCI.Core.dataaceAuthorNotation
The author.
log (Optional)
Type: imbSCI.Core.reportingILogBuilder
The log.
customTemplate (Optional)
Type: imbSCI.Core.style.presetpropertyAnnotationPreset
outputFolder (Optional)
Type: imbSCI.Core.files.foldersfolderNode

Return Value

Type: ListDataTableForStatistics
See Also