3,628 questions
4
votes
1
answer
94
views
Export pandas.DataFrame.column.name attribute during pd.to_excel() export
a = np.array(["foo", "foo", "foo", "foo", "bar", "bar",
"bar", "bar", "foo", "foo", &...
0
votes
1
answer
115
views
Overwrite Excel/CSV with pandas while file is open
Is it possible to overwrite and save a DataFrame to an Excel or CSV file if that file is already open?
I tried using df.to_excel("file.xlsx", index=False) to overwrite an existing Excel file ...
0
votes
1
answer
96
views
Export data from excel workbook to Memorystream
I have a WPF application in which I have to send email with attachment. I have designed a new window to send email in application which will be displayed when user click on "send email" ...
0
votes
0
answers
68
views
Using list which depends on another list in excel using python
I have a requirement to create dependent dropdowns in excel using python.
import os
import openpyxl
from openpyxl.styles import Border, Side, PatternFill, Font, Alignment, numbers
from openpyxl....
0
votes
0
answers
35
views
Getting an Error "e is not a function" While Exporting the data from the angular-slickgrid
Issue Summary:
I'm using the Excel export feature of angular-slickgrid (version 7.7.0) to export a large dataset from a grid. However, I'm encountering the following error in the browser console:
e is ...
0
votes
3
answers
122
views
How list in pandas dataframe can be converted into multiple cells with no duplicate values?
I have this kind of data:
[{"id": 1, "name": "Alex", "projects": ["A", "B", "C"]}, {"id": 2, "name": "Bob&...
1
vote
3
answers
188
views
Jasper report Excel row height
I need help with Jasper reports.
In XLS when content doesn't fit the row width the row height increases. But at the top and the bottom in some rows content is cut off.
I've tried properties:
net.sf....
0
votes
1
answer
76
views
Change orientation of table Header using xlsxwriter
I am exporting a quite large table (40 rows including header; 69 columns)
The majority of the columns are just numbers so I set the width to, e.g., 5.
This results in unreadable columns headers. Now I ...
0
votes
0
answers
85
views
error200280_01.xml - Ag Grid Excel Export - error after downloading the excel
I have implemented export to excel for ag grid with version "ag-grid-react": "^33.0.3". Now, when we download the excel we are getting this error: We found a problem with some ...
0
votes
0
answers
37
views
AgGrid Empty RowGroups heading lost when exporting to excel
I'm using AgGrid React with row groupings. For entries that do not have a value for the Column I'm grouping by, it shows as '(Blanks)' in the table which is fine, but exporting to excel loses that ...
1
vote
2
answers
97
views
SSIS - Export SQL to Excel - Date Format Issues
I am new to SSIS but not SQL. I'm using SSIS to export a query to an Excel spreadsheet. The problem I'm having is the date fields are not in a date format. They appear as a date but the cell format is ...
0
votes
0
answers
25
views
Python project -"Adjusting based on the days in a month" & "Adding multiple statements in a cell through loops without overwriting"
I am using a bunch of for loops to print milestones and their names on an excel sheet. The visuals do not match the day (i.e 28th of feb should be near the end of the cell) and when I try printing ...
0
votes
0
answers
47
views
Is there a way to make an Excel spreadsheet reflect the data in a SharePoint list, and update when changes are made to the list?
I can find plenty of ways to update a SharePoint List from an Excel spreadsheet, but not the other way around.
I'm looking for a way I can have an Excel Spreadsheet which is automatically updated when ...
0
votes
1
answer
65
views
How can I skip Excel Files if they do not contain a specific Sheet?
Here's the code I'm using:
library(readxl)
setwd(file.path(dirname("~"), "/Shared Documents/Programs/Data and Reporting/Data Quality Reports/Org Level Data"))
lst = list.files(...
0
votes
0
answers
43
views
Is there a way to set Normal Style for workbook using DevExpress.Export.Xl?
I'm trying to recreate an existing Excel report using the DevExpress Excel Export API.
To achieve this goal, I need to set the column width to exactly match the original. The Xlsx file stores column ...
0
votes
3
answers
68
views
I need to export one tag from multiple XMLs to give me a list of all the graphics used within the XMLs
I have a few thousand XMLs and I need to produce a list of all the graphics referenced in those XMLs to make sure I have them all before converting to PDF.
Here is an example from the XML where a ...
2
votes
0
answers
186
views
Issues with Applying AutoFilter in ExcelJS
I'm working with the ExcelJS library to manipulate an Excel file in my React application. I have a template Excel file that already contains some auto filters applied to the rows
After I edit the ...
0
votes
0
answers
64
views
Totals row in Excel Table created with OpenXML
I've been struggling to get a handle on OpenXML and my most recent roadblock has been TotalsRows.
I've tried using combinations of the following:
Table table = new Table
{
...
0
votes
1
answer
49
views
ASP.NET Core MVC web application : Excel download network error
I'm getting a network error when trying to download an Excel file from my web application hosted on a remote server. The request returns 200 OK response in network tab and file downloads until 64kb (...
0
votes
1
answer
119
views
Issues with python-to-excel libraries (xlwt) failing to create xls files
I'm using the last python version to date (3.13.1). I can compile code with xlwt, and executing my code though the console works. But when I want to execute the file double-click style it fails to ...
-1
votes
2
answers
131
views
Saving an Excel file using the data range as file name in C#
I have an export to a .xlsx spreadsheet in Excel which is generated when the user supplies a date range and the car name. This works at the moment and displays the data correctly. The file name must ...
0
votes
1
answer
76
views
PHP Export Two Mysql Tables Data To Excel Or CSV
I have two mysql tables in following format
Table 1 - Institute Basic Details (institute_basic_details)
id | institute_unique_id | institute_name | institute_city
1 ABCD1234 ...
2
votes
1
answer
88
views
Unable to export the dataTable when one of the column contains only unicode number
I am using PrimeFaces 11 and I have a scenario where I have to export dataTable to Excel in a form. My .xhtml code looks like this:
<p:commandButton id="cmdexcel" value="#{text.Excel}...
0
votes
0
answers
77
views
How to ensure that NULLs from the database are exported to Excel spreadsheet as NULLs (or blanks cells) and not 0s
I am trying to export the results of a stored procedure to an Excel spreadsheet. However, although the database has some values of 0 (for temperature and hours of use) which are relevant values, it ...
0
votes
1
answer
60
views
webix.toExcel($$("dataTable")) is printing inaccurate numbers
I am trying to export a datatable as Excel Format using this command.
webix.toExcel($$("coretableCDC"), {
filterHTML: true
});
GUI - Excel
39E76 - 3.9E+77
39E78 - 3.9E+79
4E2FE - 4E2FE
...
0
votes
0
answers
67
views
[Solved]Use ClosedXML to modify Crystal Report export stream - cannot SaveAs - get an exception
I use ClosedXML(0.102.3) to modify Crystal Report export Stream,
when I use this code
ReportDocument crReportDocument = new ReportDocument();
crReportDocument.Load("D:\\Sample\\test.rpt");
...
1
vote
1
answer
741
views
How can I export my Google Colab notebook to Excel?
I did some data analysis on Google Xolab, and now I want to export the finished table into Excel. It doesn't let me directly download to my downloads (or other folders). I guess this is because it is ...
0
votes
1
answer
78
views
Excel Formula changes values after a day or so
I have a bunch of text strings separated by commas in a cell (e.g., in COLUMN A here).
Column A
Column B
AA,AB,AC
??
AC,AZ,BB
??
AB,BB,CD
??
Each one of these texts is associated with values in a ...
0
votes
1
answer
109
views
SSRS 2014 Export to Excel (.xlsx) causes error191520_01.xml and "try to recover"
I am modifying existing reports using Visual Studio 2022, I make changes NOT related to the style (colors, fonts etc.)
The report is also deployed Visual Studio 2022.
Then I am publishing to an SSRS ...
1
vote
0
answers
73
views
Route POST:/export-excel not found in Fastify application
I'm working on a Fastify application where I have set up various routes, including one to export data to an Excel file. However, when I try to access the /export-excel route via a POST request, I'm ...
0
votes
1
answer
70
views
Excel Data Extraction
I need help with Excel to display data based on drop-down selections. I have a table with "Name" and "Gender." How can I set it up so when I select "Male" or "Female&...
0
votes
0
answers
181
views
Python pandas Dataframe Styler : relabel_index not working with to_excel output
I'm trying to use pandas Dataframe Styler possibilies (looks very cool).
My need is to output the dataframe in both Excel, pdf and HTML format.
Here is the sample code :
import pandas as pd
from ...
0
votes
1
answer
66
views
DHTMLX Spreadsheet export to xlsx as blob
I have DHTMLX Spreadsheet v5.x in my Angular project.
I need to push the updated Spreadsheet file to the server.
The built in method creates and autodownloads the xlsx file.
let spreadsheet = new ...
0
votes
0
answers
59
views
Pasting csv format into xlsm
I am extracting data from a csv attachment in Outlook and when it pastes into my xlsm workbook it retains the csv formatting. I need it to spread across the cells/columns like it does automatically ...
1
vote
1
answer
75
views
Set Page Name in Excel export of SSRS based on Column Value < or >
I am exporting a report from SSRS to Excel. I have grouped the data into two (2) pages in SSRS based on whether the value of a single column is less than zero (0) or not. I want to name one sheet in ...
-1
votes
1
answer
66
views
Create Multi excel Table for Each Worksheet by C#
hope be well.
I have multiple quantity take-off and each quantity has a specific worksheet.
I faced error when I wanted to create the table for them The error was "Table name invalid"
the ...
0
votes
0
answers
61
views
Set font color of text in Excel's CellValue - OpenXml with C#
I want to change font color of specific cells text, with export using openXML, C#, I am using predefined excel template to fill data and export from my application.
Here is my code, Please help me to ...
0
votes
1
answer
174
views
PDF to CSV in as400 [duplicate]
I am trying to convert a PDF report into CSV file.
So currently a query is used to generate the report. To convert into csv, i wrote a CL program and added two commands
RUNQRY and saved the output in ...
1
vote
0
answers
388
views
Excel export not working after upgrading react ag grid to 32.2.0
I was earlier using 28.0.1 of react ag grid. I upgraded to 32.2.0 and now gridApi.exportDataAsExcel() is not working. It's giving error as - unable to export as package ag-grid-enterprise has not been ...
-2
votes
3
answers
965
views
How to open / save an excel file with Python
I am using a PDF to Excel converter where I scrape some values from the spreadsheet once converted. However, an error occurs when I try and paste this to another spreadsheet:
source files contain ...
0
votes
1
answer
223
views
Export "Total" row into excel from ag-grid
I have data in below format in ag-grid and when I try to export to excel all the rows got exported except "Total" row.
product category price1 price2 price3
apple fruit1 3 4 5
...
0
votes
1
answer
203
views
Apache POI generating invalid Excel XML when adding styles
I'm using Apache POI and trying to add a date format style to a numeric field in my spreadsheet. But when I add a style to my Cell it fails to open in Excel (tries to repair the file).
My code looks ...
0
votes
1
answer
100
views
How to download a table to excel?
I would like to download data from a website to Excel in order to create my own statistics. I tried power query but couldn't get everything I wanted.
For example, here is a specific URL:
https://www....
1
vote
1
answer
51
views
pandas to_excel export numerically inacurrate
I have a Pandas DataFrame that I want to export to Excel.
When doing so using pd.to_excel(...) my floats are getting slightly faulty.
Something like:
df = [0.019,2.117,9.999]
excel = [0.018999901104,...
0
votes
0
answers
47
views
CsvHelper.Excel.ExcelWriter doesn't write on MemoryStream
I'm using CsvHelper.Excel.ExcelWriter class from Nuget Pack (CsvHelper.Excel.Core).
It works if I only try to write on FileStream, but it doens't on MemoryStream.
It Works
using (var w = new ...
-1
votes
1
answer
247
views
why JavaScript code export to excel working with old office extension xls but not working with xlsx?
I working on export html table to excel using JAVASCRIPT . I face issue it not export to excel office New version with extension xlsx .
but it working fine and export to old version office excel with ...
0
votes
3
answers
94
views
How can I export an Array[Array[Array[Double]]] into a file in scala?
I have a code that takes too long to calculate an Array[Array[Array[Double]]], but I need the result to calculate something else with different parameters but the same Array[Array[Array[Double]]] so ...
2
votes
2
answers
307
views
Is it possible to write protect a xlsx file from R?
I do not want collaborators to make changes in Excel files I export from R.
Actually I export them using writexl::write_xlsx() or sometimes WriteXLS::WriteXLS() functions and afterwards I have to open ...
0
votes
1
answer
59
views
How to get a websites data with the input from a cell Excel
I'm trying to make a excel workbook for a game called torn city. I want users to be able to input their game key into a cell and then excel automatically pulls the data from a link with the combined ...
0
votes
1
answer
1k
views
How to generate an Excel file in-memory and stream it out?
I haven't found a way to do the following yet:
Read a very large data set
Write the data to an Excel file (avoid JVM out-of-memory, but ideally don't want to write the whole thing to disk)
Upload it ...