Click or drag to resize

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

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the BibTex file and converts it to Excel

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

Parameters

filePath
Type: SystemString
The file path.
author
Type: imbSCI.Core.dataaceAuthorNotation
The author.
log (Optional)
Type: imbSCI.Core.reportingILogBuilder
The log.
customTemplate (Optional)
Type: imbSCI.Core.style.presetpropertyAnnotationPreset
Custom data annotation template, to be used for Excel file generation. If not specified, default template is used
outputFolder (Optional)
Type: imbSCI.Core.files.foldersfolderNode

Return Value

Type: DataTableForStatistics
Extended DataTable that is written in Excel file
See Also