concordion / concordion-excel-extension

Allows Concordion specifications to be in Excel format rather than HTML
Other
9 stars 12 forks source link

add location information in exceptions and html output #18

Closed vgheo closed 5 years ago

vgheo commented 5 years ago

fix #15

vgheo commented 5 years ago

Sample output from tutorial

<body>
    <h1>FirstExcelTutorial.xlsx</h1>
    <div excel-location="Taxi Fare Examples" class="example">
        <h2>Taxi Fare Examples</h2>
        <p>
            <span excel-location="A1">Taxi Fare Calculator</span>
        </p>
        <p>
            <span excel-location="A3">Flat Rate</span> <span excel-location="B3"
                concordion:set="#flatRate">£1.00</span>
        </p>
vgheo commented 5 years ago

Any preference for the new attribute name ?

robmoffat commented 5 years ago

Great work!

robmoffat commented 5 years ago

Will do a build now and get version 2.1.3 into maven central

robmoffat commented 5 years ago

done

vgheo commented 5 years ago

I cannot see it in mavencentral. Can you please have a look ? https://mvnrepository.com/artifact/org.concordion/concordion-excel-extension

robmoffat commented 5 years ago

I can see it here:

https://search.maven.org/search?q=concordion-excel-extension

robmoffat commented 5 years ago

Maybe it takes longer for the other one to re-index?

vgheo commented 5 years ago

now it is visible at both locations. thanks!