Header menu logo FSharp.Finance.Personal

Formatting Module

convenience module for generating HTML tables, optimised for amortisation schedules

Functions and values

Function or value Description

formatHtmlTableHeader indexName names

Full Usage: formatHtmlTableHeader indexName names

Parameters:
    indexName : string voption
    names : string array

Returns: string

creates a table header row from a record's fields

indexName : string voption
names : string array
Returns: string

generateHtmlFromArray items

Full Usage: generateHtmlFromArray items

Parameters:
    items : 'a array

Returns: string

generates a formatted HTML table from an array

items : 'a array
Returns: string

outputToFile filePath append content

Full Usage: outputToFile filePath append content

Parameters:
    filePath : string
    append : bool
    content : string

writes some content to a specific file path, creating the containing directory if it does not exist

filePath : string
append : bool
content : string

outputToFile' fileName append content

Full Usage: outputToFile' fileName append content

Parameters:
    fileName : 'a
    append : bool
    content : string

writes content to a file in the application's IO directory

fileName : 'a
append : bool
content : string

Type something to start searching.