Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
347 views

I overrided the default js method onDownloadButtonClicked (odoo/addons/web/static/src/views/pivot/pivot_render.js) for downloading xlsx files (it`s my method) statis/src/js/views/my_render.js /** @...
Anton's user avatar
  • 135
0 votes
1 answer
60 views

I am using NPOI library in my .NET Core app to read a .xls file. Everything works fine on my local. When I deploy to IIS I see that the application is unable to read the .xls file and it gives error: ...
Gouri's user avatar
  • 49
2 votes
2 answers
152 views

I'm having trouble with a Python script that converts CSV files to Excel format using pandas. The issue is that numbers in scientific notation in the CSV file are not being correctly interpreted as ...
julien1h's user avatar
  • 107
0 votes
0 answers
123 views

When adding an in-cell image in Excel, extracting the xlsx file and inspecting the /xl/worksheets/sheet1.xml file, it seems that the in-cell image has value like this: <row r="7" spans=&...
jht224's user avatar
  • 1
-3 votes
1 answer
99 views

I'm trying to get Python to export an xlsx file but give me a dialogue box to define the new filename / destination. I have managed to do it to select the initial file to load but unable to work out ...
Leighski's user avatar
0 votes
2 answers
88 views

I created a Google Sheet. It has one worksheet. I changed URL so it has export instead of edit and set ?format=csv. Here is the final URL: https://docs.google.com/spreadsheets/d/{spreadsheet_id}/...
jarekko's user avatar
  • 15
0 votes
1 answer
105 views

I need to export Excel files from our database but keep (or quickly re-arrange) these so the columns remain in the same order as each other. The column headers are always the same but the order will ...
Leighski's user avatar
0 votes
3 answers
125 views

I have this kind of data: [{"id": 1, "name": "Alex", "projects": ["A", "B", "C"]}, {"id": 2, "name": "Bob&...
Aykhan Aghayev's user avatar
0 votes
1 answer
114 views

I’m developing a React application with multiple charts using the Plotly.js library. I want to implement a feature where users can download the data used to generate the charts in an Excel file. ...
Archana .A's user avatar
1 vote
1 answer
80 views

I use the rio-Package to import one excel-file into my tidyverse. I only need the first two columns: The zip-code (plz) and the inhabitants (einwohner). library(tidyverse) library(rio) url <- &...
Patrick's user avatar
  • 73
0 votes
0 answers
73 views

We get automated xlsx exports from a PaaS, in the past 2 months the exports they provide no longer fully load in Google Sheets when fields with the following characters exists (could be more but these ...
mp_beach's user avatar
0 votes
0 answers
98 views

I'm using Walmart template file to upload bulk listings to their site. The template only allow 10.000 rows, so I have to split them into multiple files. The solution I'm using is to copy the original ...
kenvu's user avatar
  • 343
0 votes
1 answer
89 views

I would like to try to work the dataset in Jupyter Notebook from the iPhone Carnets App, but I can’t search the correct path. If someone can help me. The dataset I download from Kaggle. Are free files ...
Samusdr17's user avatar
0 votes
1 answer
105 views

I have an excel file with a lot of scripts (office scripts). These scripts are linked with buttons inside the body of the excel file. I have written an Javascript app that I execute thought 'NodeJS'. ...
Pcouper's user avatar
  • 11
0 votes
1 answer
79 views

I am working with .csv files automatically generated by a microscope. When I attempt to open the files in R, I find that all my data is grouped under a single column instead of under multiple columns ...
R Moore's user avatar
0 votes
1 answer
62 views

In my ReactJS application, I have a billing screen where users can create and preview bills. On the preview screen, there's an option to export the bill as an Excel file. I want the exported Excel ...
Nitesh Gairola's user avatar
0 votes
1 answer
89 views

I've got a daily automated function in nodejs which builds and populates an excel spreadsheet via the package xlsx-populate, which has been running for a couple of years now with no problems. A ...
SosijElizabeth's user avatar
1 vote
2 answers
82 views

When MergeBlock with openTBS for Excel, I notice that when populating rows with data, the merged cell that is under the row placeholder in the excel template does not get pushed down. it instead stay ...
Va1iant's user avatar
  • 353
1 vote
1 answer
106 views

I need to generate and upload a xlsx in node. Any way to do this without saving the file to disk? import FormData from 'form-data'; import XLSX from 'xlsx'; import * as fs from 'fs'; var form = new ...
user433342's user avatar
  • 1,118
0 votes
1 answer
26 views

Abnormal reproduction: https://github.com/dingdangdog/xlsx-1-1-test Why does this problem occur and how can I solve it?
月上老狗's user avatar
1 vote
0 answers
104 views

I´m using the package XLSX from npm. In the project I read a file with a size of 420MB and it use a lot of RAM to do the work. It´s a way to optimize the use of memory in this case? This is a piece of ...
sevila's user avatar
  • 157
0 votes
1 answer
123 views

I was trying to generate a .xlsx file and download it by using EPPlus package in .net. Below is the code I have tried. using (var package = new OfficeOpenXml.ExcelPackage()) { ...
Midlaj's user avatar
  • 23
1 vote
1 answer
115 views

I am reading excel sheet via python and trying to read only visible rows in python (not hidden or collapsed). I went through documentation of OPENPYXL and found that it has "hidden" and &...
Aaroosh Pandoh's user avatar
0 votes
0 answers
57 views

I'm developing an API that receives two dates, one to use as a start date and the other as an end date. After receiving them, I filter the database to get informations that are between both dates, and ...
atlas250's user avatar
0 votes
2 answers
107 views

Assume, we are building an address book application with Django REST Framework and want to render an endpoint that exports all persons. Each person can have one or multiple phone numbers. Exemplary ...
Mark Asbach's user avatar
1 vote
2 answers
184 views

I am using Google App Scripts built in function, UrlFetchApp.fetch, in order to request data from a URL. When you navigate to this URL in the browser, it just initiates a file download of an XLSX file....
Scriphy's user avatar
  • 107
1 vote
0 answers
117 views

So google sheets 'Image in Cell' option is awesome for organizing and stuff, but when I convert my sheet to xlsx and download it, it comes out of the cell and is larger (opening in numbers or ...
Ashrant Kohli's user avatar
0 votes
0 answers
71 views

Let me preface my question by saying that I have not changed this code in months, it has been working for years, I have not updated or modified external libraries. I have a C# class that helps in ...
Enrico Agrusti's user avatar
0 votes
0 answers
106 views

Even if I pass the workbook which is password protected, it still removes the protection on the workbook. I want the sheet to not remove the protection on the workbook. It doesn't remove protection on ...
Sanju Sabu's user avatar
1 vote
0 answers
181 views

I want to draw a Line in a .xlsx file using a C# program. The line should be able to go from a starting-point to a lower placed point, that is to the left side of the starting point. Example: from E5 (...
Luis's user avatar
  • 11
-1 votes
1 answer
151 views

I have a shared mailbox that daily receives emails with an Excel attachment. I have a power query to read the Excel file contents from each attachment in that inbox. It is failing because Extension ...
Mark Johnson's user avatar
1 vote
0 answers
26 views

I'm trying to create a file xlsx after having created a workbook using apache.poi. If I write it on disk, the file is created correctly but if I try to write on a response, I get always a file bigger ...
mk4's user avatar
  • 103
1 vote
1 answer
88 views

I have a backend service writted in Java that will power the vue frontend app. I need to start the download of a file when it will be provided from the backend. At the moment I've noticed that the ...
newbiedev's user avatar
  • 3,678
0 votes
1 answer
358 views

I am in Palantir Foundry. I need to create a connection to a NAS folder that takes the xlsx files inside it. The problem is that I do not create a dataset but a list of the xlsx files I connected to. ...
Jresearcher's user avatar
0 votes
0 answers
121 views

I'm working remotely and having an issue about a downloaded .xlsx file from a OneDrive's colleague. I was tired to download the .xlsx file daily from his OneDrive so I tried a code to get around this ...
gerard's user avatar
  • 11
0 votes
0 answers
952 views

I read some xlsx files that inside a zip file from multipart file. Here is my code: for(MultipartFile file: files) { if(Objects.requireNonNull(file.getContentType()).contains("application/x-zip-...
chaunv's user avatar
  • 1
1 vote
2 answers
806 views

I need to to sort data from one table in another Identical table in descending order to procude a chart. Below are the tables I need an alternative formula to sort I have tried using =_xlfn._xlws.SORT(...
Jimrosy P Madzokere's user avatar
0 votes
0 answers
217 views

I have a problem with exporting my data to Excel XLSX format using C# ASP.Net and ClosedXML.Excel In practice when I execute the stored procedure "sProc_20241009" on the MySQL DB I have this ...
Hamamelis's user avatar
  • 2,135
0 votes
0 answers
147 views

Necessary preamble that will explain my clumsy syntax below: I am a novice with R and having developed in Python for ages I find the R syntax to be unclear form a OOP perspective (i.e. hard to find ...
DryMartini's user avatar
0 votes
1 answer
131 views

I'm triying to create a csv file with XLSX package from npm, and the result is the values separated by , (colon) and i want to be by ; (semicolon). How can I do it? LSX.utils.book_append_sheet(...
sevila's user avatar
  • 157
0 votes
1 answer
83 views

I wrote this script: import openpyxl from openpyxl.styles import Alignment from datetime import datetime, timedelta Days = ["Monday", "Tuesday", "Wednesday", "...
LearnerZech's user avatar
1 vote
1 answer
78 views

I have a chunking and/or indexing issue with my python code where I am trying to convert a text script into an xlsx file. The problem is that xlsx files have a hard limit for the number of rows you ...
R. Barrett's user avatar
0 votes
0 answers
46 views

I'm triying to read an excel file with a size of 103 MB using this code of XLSX pacakge from npm: const options: XLSX.ParsingOptions = { cellDates: true, dateNF: "dd/mmmm/yyyy hh:ss:MMMM", ...
sevila's user avatar
  • 157
-4 votes
1 answer
174 views

So, i'm using NPOI to generate an XLSX file, but i note that it's very slow with so mutch data. I've created a workaround using CSV, but it's not good. I learning about XLSX, and i can 'understand ...
Nowlights's user avatar
1 vote
2 answers
1k views

I'm a junior software engineer. Currently, I am struggling to convert an excel file from xls to xlsx without losing formats/formulas. I need your advise. I have been trying a few solutions using POI, ...
Reach009's user avatar
0 votes
2 answers
70 views

I have an excel sheet with 20+ columns. If I want to select a row that doesn't contain the text n/a, is it possible to pass n/a as text and find it? The code which I tried is: import pandas as pd ...
Varun R's user avatar
2 votes
1 answer
113 views

I'm currently building a small command-line tool with Node and node-xlsx to parse and process some Excel files, and I noticed that whenever the input contains the sequence _X2069_ node-xlsx seems to ...
Frank Schmitt's user avatar
0 votes
1 answer
41 views

I tried to download a .xlsx file from my course. But when I opened the .xlsx file, it turned into something like this. UEsDBBQABgAIAAAAIQBBN4LPbgEAAAQFAAATAAgCW0NvbnRlbnRfVHlwZXNdLnhtbCCiBAIooAAC ...
lokalhangatt's user avatar
0 votes
1 answer
45 views

I tried writing formulas with xlsxWriter and the worksheet.write_formula but in my excel I only have zero. Datas are put in columns A and C but then the following formula returns a zero when I open ...
Titouan V's user avatar
0 votes
0 answers
40 views

I need to import Database.xlsx in jupyter and be able to work on it with sql commands. I'm using this code: !pip install pandas==1.3.3 import pandas as pd from pyspark.sql import SparkSession # ...
Fabrizio Ferrari's user avatar

1
2 3 4 5
72