Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for xls files #147

Open
vicneanschi opened this issue Mar 10, 2017 · 10 comments
Open

Support for xls files #147

vicneanschi opened this issue Mar 10, 2017 · 10 comments

Comments

@vicneanschi
Copy link

Is is possible to add support for xls files like in FolderRunner?
http://butunclebob.com/FitNesse.UserGuide.FitLibraryUserGuide.FolderRunner

@jediwhale
Copy link
Owner

jediwhale commented Mar 14, 2017 via email

@vicneanschi
Copy link
Author

Basically it should read Excel Spreadsheet instead of HTML.

I found the Java sources for fitlibrary which supports SpreadsheetRunner:

There are some examples of xls files here:

It's more convenient to work with Excel files because you can use formulas.

@jediwhale
Copy link
Owner

jediwhale commented Mar 16, 2017 via email

@vicneanschi
Copy link
Author

I agree about .xlsx
Thanks.

@jediwhale
Copy link
Owner

looks reasonable to do. I'll add it to next release (no target date yet)

@vicneanschi
Copy link
Author

vicneanschi commented Mar 21, 2017 via email

@efauske
Copy link

efauske commented Dec 9, 2017

I would love this feature. We define alle our tests in Excel and paste them into Fitnesse manually. It is tediuos work when we make changes that require recalculation of answers. It would be great if we could run the tests directly from xlsx files!

@jediwhale
Copy link
Owner

Early release 2.6.1 has a preliminary version of this feature

@efauske
Copy link

efauske commented Feb 26, 2018

We are using the SLIM test system to run our test (fitSharp.Slim.Service.Runner). As far as I can understand, the SpreadsheetFormat support added now only works using FIT?

Is it possible to use this new SpreadsheetFormat feature within a test suite already containing test in the SLIM test system?

Ideally, I would like it to be possible to have folders with .xlsx and .xlsm files which are automatically parsed and executed along with our existing files (which is currently defined in "content.txt" and *.wiki files).

@jediwhale
Copy link
Owner

jediwhale commented Feb 26, 2018

Spreadsheets are not supported for SLIM. I can't control the SLIM file formats from fitSharp. You could request spreadsheet support for SLIM here: https://github.com/unclebob/fitnesse/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants