We have a requirement with ag-grid-angular where we need to show row cell with currency while exporting the grid to excel.
Problem : With ag-grid ExcelStyle, we are getting a browser unresponsive popup, whereas if we don't use ExcelStyle, the export is working seamlessly.
So, we need a solution where we can use ExcelStyle and download a grid as excel which will be seamless and performance oriented.
Related
I’m currently using web forms and VB.NET I’ve tried following the examples and docs on Teleriks website, however the results are not as expected. It appears that Telerik is taking a screen capture and turning that into a PDF.
What I’m needing is to export the spreadsheet that is displayed in the RadSpreadsheet control into a PDF document such that the results are identical to what’s being displayed.
I’m starting to wonder if Telerik doesn’t actually do anything but take screen shots and save them as a PDF. Even their demo does that. Does anyone know how to go about exporting the Excel file into a PDF? Again their documentation to me isn’t really clear.
there are several libraries used to process documents. They are called Telerik Document Processing. You can use them to generate, modify or convert documents. You could use the RadSpreadProcessing library to export your grid data and then convert the Workbook to a PDF document. Here is the documentation of the PDF export feature https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/formats-and-conversion/pdf/pdfformatprovider
The PDF documents generated this way are not screenshot, they are real PDF documents.
I want to export my custom chart as PDF in MicroStrategy. I am using D3.js with MicroStrategy 10.4 to build my own charts but I have a problem with the export.
Is there some code which I probably miss to enable the export function? You can find my JS code at GitHub.
This picture is what I see on MicroStrategy if I am creating a new Dashboard with my personal D3 chart.
But what I get after clicking "Export to PDF" I have this result:
I just see a table. But if I am trying to export one of the standard charts from MicroStrategy it works! So I think the porblem is in my JS code.
Can someone tell me that I am right with my guess or is the export-functionallity just available for the standard charts?
Thanks a lot
In CRM Online 2015 Update 1 instances I experience charts on forms not showing the correct data until they are manually refreshed.
Charts in general show all data from the underlying view when the form is loaded. Only after manually refreshing a certain chart does it show "Only Related Records".
As an example, I have added a chart to the Account entity as seen below. Both the chart and the shown subgrid are using the same view. Even though there is only 1 related record the chart shows all data from "My Open Opportunities" after form load:
After refreshing the chart by clicking the small recycle-icon the correct data related to the current record (in this case 1) is shown:
I have tested this in 3 different CRM Online 2015 Update 1 instances which all exhibit the same behavior. Additionally, this is seen for both system and custom entities.
A similar chart setup in CRM Online 2015 without Update 1 works as expected.
I've got the same problem.
Microsoft has changed how they load forms. For now, you can switch back to the old way by going to Settings -> Administration -> System Settings -> General tab, and selecting Yes for “Use legacy form rendering”
This is only a temporary measure as that option is likely to be removed, but maybe Microsoft will support charts in forms or whatever the issue is by then.
PS:
Drawback is that the new way of loading forms is much faster, so you'll lose som e time if you switch back.
I Haven't tested this yet, but maybe you could add some javascript on the onLoad event to automatically select the view, like your users have to do now manually:
Xrm.Page.getControl(subgridname).getViewSelector().setCurrentView(viewname);
but this isn't pretty either
This issue is supposed to be fixed in Service Update 1 for Microsoft Dynamics CRM Online 7.1.1. From the changelog: "Charts within a subgrid are displaying all records when they should actually display only related records.".
The expected release date is around the middle of December.
Cognos Report Studio: how to export data table attached to chart in excel
I want to export a cognos report out to excel. In my report, there are two tables and two charts. When I export to excel, the charts are rendered as static images. What I want is to export the cognos report with two charts which data sources are from the two tables. Like simple charts in excel, chart data range is selected from the table.
The purpose of doing this, is for me to be able to import the excel charts to Roambi. Roambi needs a chart which data range is from a table.
Thanks a lot.
Yin.
What Cognos BI version do you have?
In Cognos 10.2 Chart is exported as Chart in Excel 2007. And you can unhide hidden list of data for chart.
But ykud is right - try Active report for mobile users.
Thank you, Alexey Baturin!
I am using cognos 10.2. And I found out that there is chart data in the hidden tabs. Sorry for late reply bcos I didn't see it.
I found out that there is chart data and it's only importing problem in Roambi.
I uploaded to the sharepoint as a data source for Roambi. But I can't import this file sometimes, showing the error "This file has no content. It cannot be imported". This is inconsistent.
I have found out a way to resolve:
I export the cognos report to excel.
Open the excel file, Save and Close. No need to change anything.
And upload to sharepoint.
Then I have no error and can import to Roambi.
I can’t afford any manual intervention like this, for this process.
Currently we have a system which we paid for that pushes information into Excel through a plugin and only into Excel. This is the way the product was designed. In a spreadsheet you enter a command which then pulls the appropriate data.
I wrote a few lines of code to save the data from excel into a SQL database and then push this information onto a webpage so it can be easily viewed.
The problem with this is that it requires Excel to be open 24/7. Every so often Excel will hiccup causing information to stop updating. This is easily fixed by restarting the Excel spreadsheet, but is tedious.
My question: is there any API which allows me to mimic Excel without having Excel open?
Are you looking for a spreadsheet component that can be embedded in an application. You can find a list here:
http://www.devdirect.com/all/SPREADSHEET_PCAT_1977.aspx
After some research on this it has become clear to me that there is no Excel API from Microsoft to allow access to Excel without excel.