734 questions
1
vote
0
answers
633
views
PowerApp Import Excel in to existing table The remote server returned an error: (400) Bad Request
I try to upload Excelsheet in to an existing PowerApp table. The Excelfile is localy stored on the laptop.
I try to use the import -> import data from excel functionality in PowerApp. I need to do ...
2
votes
1
answer
192
views
Error while converting data from Excel to CSV using SheetJS Library and Google Apps Script
I have 6 files (5 xlsx, 1 csv) in Google Drive folder which I want to import into 6 different tabs of Google Sheet. Tanaike proposed a solution here that works well if the file size is not big. ...
0
votes
0
answers
78
views
plot3D to create 3 dimensional scatter plot in RStudio
I am trying to create a 3D scatter plot.
I don't know the etiquette behind changing code as it's edited... so have just replaced with latest version.
I'm now getting a 3D plot - not sure how to change ...
1
vote
2
answers
866
views
Duckdb : Date values are read as numbers while reading from excel file. How to read them as dates?
I am using Jupyter notebook 7.0.8
DuckDB version v0.10.2
import duckdb as d
con = duckdb.connect("mydb.db")
con.sql('INSTALL spatial')
con.sql('LOAD spatial')
con.sql("""...
0
votes
1
answer
569
views
Non-NA values being replaced as NA during Excel File Import into R
I have an excel file which I have imported into R using read_excel. The excel file contains about 8000+ records with 58 columns. There are many cells with NA values. Across the different variables, ...
1
vote
0
answers
236
views
Error: Config file was not found at "/vercel/path0/.vercel/output/config.json"
When deploying an astro website to vercel, it keeps showing me this error:
Error: Config file was not found at "/vercel/path0/.vercel/output/config.json" at tb (/var/task/sandbox.js:395:1589)...
0
votes
1
answer
202
views
Import data from CSV file to postgres database according to conditions
Can you please tell me if there is a way to export data from CSV file to postgress database according to conditions?
By condition I mean a situation where there are two tables in a postgres database. ...
0
votes
1
answer
489
views
Copy and paste specific data from an Excel sheet to a web page based on a specific condition, repeating this process more than 1000 times
I am looking for a solution to copy specific cells from an Excel spreadsheet containing over 1000 names. Each name is associated with a number in an adjacent cell. I need to copy these numbers and ...
0
votes
0
answers
289
views
Javascript issues with this.importTextData()
I'm banging my head here on this one.
I have TXT files that need to be imported Acrobat forms. My data imports flawlessly with the manual method ("Forms->Manage Form Data->Import Data")...
0
votes
0
answers
56
views
Problem using the SQL Server import/export wizard [duplicate]
I'm trying to import data from Excel to my SQL Server database but when I open it, I get this error:
The 'Microsoft.ACE.OLEDB.15.0' provider is not registered on the local machine. (System.Data)
I ...
0
votes
1
answer
425
views
How to extract a floating image from an excel sheet (ReactJS)
I want to extract an image out of an excel sheet. Note the image is not inside any of the cells but rather floats on top of our cells. XLSX library only extracts cell information so that is not an ...
1
vote
1
answer
1k
views
Read only the headers from an Excel file using PowerShell and Import-Excel module
Is it possible to read only the headers from an Excel file using PowerShell and Import-Excel module?
I've an Excel file with multiple sheets. One of them only contains headers and now data rows.
After ...
0
votes
1
answer
531
views
How to update an existing Excel file with multiple sheets using PowerShell
How can I update an existing Excel file with multiple sheets using PowerShell.
I'm using the below code for an Excel file with a single sheet, but need to do something similar to an Excel file with ...
0
votes
1
answer
123
views
Is there a way to import data from an excel file into an already existing kivy app
So I was making a Kivy program in which it imports data from an Excel file of which I give the path as an input.
I am currently using the read_excel function of pandas to read the file.
it works ...
0
votes
0
answers
38
views
The execution is not entering 'onload' function
Through the below code, I want to import an excel file into my grid and append it to the grid. For example, if I have 2 rows in the excel sheet and 4 in the grid, then after importing, the grid should ...
0
votes
2
answers
668
views
How to import and append an excel file in kendo grid using JQuery?
I have a kendo grid and I want to import and append an excel file to my kendo grid. For example, if I have 3 rows in my kendo grid, then after importing the excel file containing 2 rows, the grid ...
0
votes
1
answer
260
views
PowerBI: No visuals appear after changing Excel data source file - file identical format
Could you please help - for an existing report, I simply changed the data source (Excel file). File is identical format/columns etc. I already resolved the import issues (like PBI Changed Data Type, ...
0
votes
0
answers
56
views
Importing csv data into mysql combining several rows of column data into multiple fields within one record
I am being supplied a CSV/XLSX file exported from a system for which I have no control. The exported CSV file can contain multiple (up to 6) rows for each patient with their different diagnosed ...
0
votes
1
answer
343
views
Azure Data Factory automatically adding Date to a Time column while importing an Excel file
I have a time column in Excel that contains values of Time Type in the following format:
03:11:00
When I add the Excel File as a Source in ADF, it automatically converts it to DateTime and when I ...
0
votes
1
answer
887
views
How to get complete text string(large) using SAS Proc Import
I am trying to get data from xlsx file using Proc Import procedure and it was successful but when i look into the data. The variable doesn't have the complete text value and length of that variable is ...
-1
votes
4
answers
10k
views
Having problems importing excel worksheet into SQL Server Management Studio
My laptop is windows and my system type is 64-bit. I have the newest version of SSMS (19.1) downloaded and when I try to import the data into my database I get the error
The 'Microsoft.ACE.0LEDB.12.0'...
0
votes
0
answers
136
views
How can I use R to pull multiple excel files from multiple folders and put them together in one folder?
So I have this dataset. Problem is, the data came in a zip file, which, once unzipped, contains 800+ folders. Each one of those folders contains half a dozen or so files, only one of which contains ...
0
votes
1
answer
142
views
Powershell Foreach overwrites the output in excel
** Update i made it work i needed to put the entire foreach inside a variable and it works
Powershell Foreach overwrites the output in excel
I have a script need help fixing it , the excel output is ...
0
votes
1
answer
35
views
Importing data from excel attachment on connect
When importing data from the excel attachments on connect, the column headings appear as column data and it makes it difficult to work with the data. This is the what it comes out as. WebHits and ...
0
votes
1
answer
677
views
Error while trying to import an Excel file into SQL Server
I use SQL Server 2022 Express, and SQL Server Management Studio.
I'm trying to import an Excel file into a database I created. I click on its name with the right button => task => import data. ...
0
votes
1
answer
256
views
How to convert complex Excel document to C# models
I'm having some trouble finding the ideal way to convert my Excel spreadsheet to C# models.
I've got some MVP code that's using the EPPlus library, but it's really simple in that it only opens the ...
0
votes
1
answer
84
views
Trying to combine multiple imported excel files in R into one long file
I am using RStudio to practice data cleaning and visualization in R. I downloaded and imported several excel files into R Studio. But now, I want to combine the 5 separate files into one long file ...
0
votes
0
answers
45
views
Reading data from selection in Excel file via C#
I'm trying to get data from Excel cells.
I'm using:
using Microsoft.Office.Interop.Excel;
using Application = Microsoft.Office.Interop.Excel.Application;
'selectedRange' is null.
I have to use .Net 4....
1
vote
2
answers
191
views
SAS attach excel last modified date to imported table
I was trying to import excel to sas grid and add the last modified timestamp for the file into the table.
Referred to the sas support I was able to retrieve the last modified time. But I am having ...
0
votes
1
answer
297
views
how to download into stata several excel sheet each one represents a data set for specific year
am new to stata, this is my first time to use it :(
i have the data set for firms operate in kuwait market for 10 years, from 2013 to 2022, each year in a different excel files. so i have total 10 ...
0
votes
1
answer
541
views
Compare latest indicator value with target value in AWS Quicksight
I have several rows of data on KPIs (monthly basis) and want to compare the latest month (e.g. March 2023) with a specific target value that is the same for each month.
Ideally, I want to use the KPI ...
0
votes
1
answer
83
views
how to make import script run faster
I wrote a script that imports data from an excel file to the database, but the runtime is extremely slow. It worked fine with the sample excel that had 20 row, but I will need to import from excels ...
0
votes
0
answers
59
views
Create folders from an Excel table
I am new here. I'm trying to create different folders with different names from an Excel file(table with row and columns) in a specific path. Below my coding.
import openpyxl
import os
w = openpyxl....
0
votes
1
answer
1k
views
date/time field value out of range: "0000-00-00 00:00:00" while using \COPY in POSTGRESQL
I have a bash script which reads from .csv to a table in PostgreSQL 11.16.The .csv file is generated by mysql select statement.
PGPASSWORD="${DATABASE_PASSWORD}" psql -h "${...
0
votes
0
answers
46
views
I uploaded data to R from excel and when I check if a column exists, it returns FALSE. How do I correct this so that R can read or recognize the data?
I am trying to separate a column.. I have columns (date, lmp, node). The code recognizes date but does not recognize lmp and node.
names(Pjm)
# [1] "date" "lmp" "node"
...
0
votes
1
answer
534
views
Django import-export - Import model with child from excel
I have two models: Project and Activity.
When registering a project, one or more associated activities can be added.
How can I import projects from xlsx, which include at least one activity?. I'm ...
0
votes
0
answers
141
views
Importing multiple excel files into R with different format variables
I use list apply to simultaneously import multiple (hundreds) of excel files ( using read_excel funtion to import specific cell range) into R followed by rbind.fill to build a single r dataframe and ...
0
votes
0
answers
30
views
Because of scientific notation, data is automatically converted to numeric in importation
I have some registers like 1D-2, 1E-2, 1F-3, and so on in a system.
When exporting a .csv from the system, and reading the file in excel the rows with "E" in the name are automacally ...
0
votes
2
answers
220
views
Maatwebsite LARAVEL: The imported date data is not the same as the date data entered into the database
I'm making a data import feature from excel using maatwebsite. I successfully imported the data into the database, but the year data that should have been 01/01/2022 and 31/12/2022 instead became 01/...
1
vote
1
answer
266
views
Excel import to SQL via VBA (Run-Time Error)
I am trying to import via a VBA button a ton of Excel data (around 30k + daily) into an existing table in SQL server. My question is how can I do this as simple as possible, code speaking?
The headers ...
0
votes
1
answer
780
views
How to remove columns specified in an Excel file from a SAS table?
I have table in SAS like below:
TABLE 1
COL3 | COL2 | ... | COLn
------|------|------|----
111 | ABC | ... | 12
222 | AAA | ... | 10.5
333 | app | ... | 5
... | ... | ... | ...
And ...
0
votes
0
answers
97
views
Unamed columns in excel imported file
I imported a file ising QA= pd.read_excel("/.../.../QA.xlsx",sheet_name='data',engine='openpyxl')
Yet I am getting an output in python with unnamed columns (Unnamed 0, Unnamed 1,...) and ...
0
votes
1
answer
2k
views
Import a local xls to Google Sheets with Apps Script
I want to automatically import an xls file that i save to a specified local folder on a laptop weekly to a Google Sheets.
I want to replace the data in a sheet each time the import is done. The file ...
0
votes
0
answers
84
views
Import csv from git into Scala 3
I am a spark scala newbie and I am trying to import a csv file from git repo into scala 3. I have tried using the panda example but, I am getting a few errors.
Errors:
Cannot resolve symbol url_github
...
1
vote
1
answer
128
views
Import Excel xlsx file to gsheet allways into same target file
I want to import a file called ExcelToImport.xlsx file allways into a same file called UpdatedGSheet.gsheet file
I have created the UpdatedGSheet.gsheet file and taken its id from its url
I have ...
0
votes
0
answers
75
views
R help read_csv not working because of different formats of columns
I am trying to import this dataset which is in csv (comma delimited) and i am not able to do it in r, i believe because the first column doesn't have quotes, month has quotes in every rows and so on.....
0
votes
1
answer
192
views
SQL Import from CSV Change Characters
I have a problem where I'm importing a CSV file using the SQL import wizard but the values being imported get changed after this process completes which I'm not sure why this is happening. I have ...
0
votes
1
answer
4k
views
Import Laravel Excel to two models with relationship
I am trying to import Excel file [using Laravel Excel library] into two different models that has relationship between them.
I tried the below solution by returning two models import, and the second ...
0
votes
0
answers
596
views
Import excel is not working when I try to skip a data
I'm having a problem (without errors) when I try to import data, skipping the email if already present, from an external file; the data is not imported.
This is my code.
ImportClass
namespace App\...
0
votes
0
answers
321
views
How to import a table using power query when the table does not show up in power query editor?
I am trying to import a table from this webpage:
http://www.eybl.lv/new/ce_u17_game.php?game_id=5746141&season_id=125274#mbt:103-400$t&0=1
When I try to import the table, power query does not ...