![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I have to say, NebulaXLite has been quite popular and I get very little feedback. It just works. |
#2
| |||
| |||
|
|
Tony Gravagno said: I have to say, NebulaXLite has been quite popular and I get very little feedback. It just works. As long as you're not outputting too many rows from D3, right? NebulaXLite is nice for what it does, but I don't believe the issue of "larger" exports (+1500 rows) from D3 was ever addressed. Please correct me if I'm wrong on this. Just so there is no confusion, perhaps it would clear things up if you stated what you believe the number of rows x columns that XLite can comfortably export from D3. |
#3
| |||
| |||
|
|
For now, I'm hoping we can keep this thread on topic. |
|
Feel free to dedicate another one to NebulaXLite if you'd like. |
#4
| |||
| |||
|
|
For example, I have not even looked into how to make a column the width I want it to be in the exported csv, much less put a background color on the header or change the header row font. |
#5
| |||
| |||
|
|
I am one of those who exports to csv, which means the spreadsheets are not pretty when opened in Excel or anywhere else. What would be very helpful to me is to export with more features without losing the cross- spreadsheet-tools support. For example, I have not even looked into how to make a column the width I want it to be in the exported csv, much less put a background color on the header or change the header row font. |
|
I have no idea what cross-spreadsheet features there are. |
#6
| |||
| |||
|
|
I'll preface this by saying that for now I can only respond with answers to your questions with regard to NebulaXLite. *But perhaps you can articulate what requirements you have for spreadsheets in general that seem to be unanswered with other tools. *I'd like to understand the divide between what power spreadsheet users expect and what MV people think they can provide. *I'd like this discussion to be broader than the limited set of tools we are now using. dawn *wrote: I am one of those who exports to csv, which means the spreadsheets are not pretty when opened in Excel or anywhere else. What would be very helpful to me is to export with more features without losing the cross- spreadsheet-tools support. For example, I have not even looked into how to make a column the width I want it to be in the exported csv, much less put a background color on the header or change the header row font. Kevin is right, there is no formatting when you use CSV. *CSV is just delimited data intended for any consumer. *There are no instructions in there which are specific to any consumer application. NebulaXLite does allow your BASIC code to define column width, row height, borders, colors, merged cells, fonts, and a lot of other details. *See the documentation PDF on the download page for a complete list of options. I have no idea what cross-spreadsheet features there are. The documents that NebulaXLite exports can be opened by Excel, OpenOffice, and Google Spreadsheets. *This is possible because the output is an XML document which conforms to standards. *Your BASIC code can post-process this if you wish to inject things into your document that NebulaXLite does not. *This is one of the reasons why I've kept this a "lite" product. *If I coded too heavily for one application or another I'd alienate others. Note that this is also where we can separate the term "Spreadsheets" from "Excel". *(I could have used "spreadsheets" in the subject for this thread instead of "Excel" but too many people equate the two inextricably.) *Excel is a program that manages spreadsheets, but not all spreadsheets are Excel spreadsheets. *Some nuances of OpenOffice and Google preclude exchange of some documents, though to some extent they can be interchanged. *While there is a lowest common denominator amongst these platforms, that LCD is much higher than CSV. *I'm trying to get MV people to raise that LCD to deliver better solutions to people who expect more. Dawn, if you'd like to look at NebulaXLite, for now you'll have to check it out in QM, D3, U2, or jBase. *I didn't finish the Caché port simply for lack of demand, but that situation can change. Best, T |
#7
| |||
| |||
|
|
I'll preface this by saying that for now I can only respond with answers to your questions with regard to NebulaXLite. *But perhaps you can articulate what requirements you have for spreadsheets in general that seem to be unanswered with other tools. *I'd like to understand the divide between what power spreadsheet users expect and what MV people think they can provide. *I'd like this discussion to be broader than the limited set of tools we are now using. dawn *wrote: I am one of those who exports to csv, which means the spreadsheets are not pretty when opened in Excel or anywhere else. What would be very helpful to me is to export with more features without losing the cross- spreadsheet-tools support. For example, I have not even looked into how to make a column the width I want it to be in the exported csv, much less put a background color on the header or change the header row font. Kevin is right, there is no formatting when you use CSV. *CSV is just delimited data intended for any consumer. *There are no instructions in there which are specific to any consumer application. NebulaXLite does allow your BASIC code to define column width, row height, borders, colors, merged cells, fonts, and a lot of other details. *See the documentation PDF on the download page for a complete list of options. I have no idea what cross-spreadsheet features there are. The documents that NebulaXLite exports can be opened by Excel, OpenOffice, and Google Spreadsheets. *This is possible because the output is an XML document which conforms to standards. *Your BASIC code can post-process this if you wish to inject things into your document that NebulaXLite does not. *This is one of the reasons why I've kept this a "lite" product. *If I coded too heavily for one application or another I'd alienate others. Note that this is also where we can separate the term "Spreadsheets" from "Excel". *(I could have used "spreadsheets" in the subject for this thread instead of "Excel" but too many people equate the two inextricably.) *Excel is a program that manages spreadsheets, but not all spreadsheets are Excel spreadsheets. *Some nuances of OpenOffice and Google preclude exchange of some documents, though to some extent they can be interchanged. *While there is a lowest common denominator amongst these platforms, that LCD is much higher than CSV. *I'm trying to get MV people to raise that LCD to deliver better solutions to people who expect more. Dawn, if you'd like to look at NebulaXLite, for now you'll have to check it out in QM, D3, U2, or jBase. *I didn't finish the Caché port simply for lack of demand, but that situation can change. |
|
Best, T |
#8
| |||
| |||
|
|
I will be evaluating what to do for showing users tables online in a web page along with options for users to turn the same data into an html report, a pdf or download to a spreadsheet. We have only one production implementation of an html report, using Cache' Zen reports. In theory we can turn this into a pdf as well (just a tad bit of setup and also some recoding there). We also have one live spreadsheet download. We are using three different approaches for these and might need to continue to do that, but we are currently generating the data for each separately and with separate specifications, which is not cool for keeping them in synch. At the very least we should use the same query and at best we would not need to regenerate it. |
#9
| |||
| |||
|
|
Tony, Does NebulaXLite for with Reality? Thanks, -Peter G. |
#10
| |||
| |||
|
|
dawn wrote: I will be evaluating what to do for showing users tables online in a web page along with options for users to turn the same data into an html report, a pdf or download to a spreadsheet. We have only one production implementation of an html report, using Cache' Zen reports. In theory we can turn this into a pdf as well (just a tad bit of setup and also some recoding there). We also have one live spreadsheet download. We are using three different approaches for these and might need to continue to do that, but we are currently generating the data for each separately and with separate specifications, which is not cool for keeping them in synch. At the very least we should use the same query and at best we would not need to regenerate it. General response directed to everyone: I think we're getting closer to the question I was trying to ask originally. *Can you give an example of the kind of "tables" that you need to render? *What are people asking for where Zen, PDF, HTML, and spreadsheets seem to be solutions? *Is the request simply for pretty reports? *Dynamic reports that can be sorted or grouped? *Intelligent reports that allow drilling into detail? *Do they really want spreadsheets because they're Excel power users, or might they be asking for "Excel" because that's a familiar word. I'm trying to work out exactly what reporting needs aren't being satisfied in this market. *In some cases people ask for Excel and they get CSV, which is just one example of where this market falls short. The real question is - what do end-users need to do their jobs better, and how can we provide it? Excel, static HTML, and PDF might be solutions, but what are the problems that people are describing? *Is "attractive" reporting high on the list for the people you talk to? *Are your users more interested in different kinds of content? *Are they interested in doing other things with the data that you provide? *If so, what happens to the data that you provide? *Maybe we can save people some time. T |
![]() |
| Thread Tools | |
| Display Modes | |
| |