Category "export"

Node js SyntaxError: Unexpected token 'export'

I'm having the following error in the console when I try to run my api written in node js. Can you tell me which is the problem.

permission error for GCP logging router sink update

When calling sink.reload(), I am getting permission error. 403 The caller does not have permission Any help would be much appreciated. Here's the code: def upd

Export textbox and datagridview data to a WORD document. All to the same document

I got a Windows Forms application using C# and struggling now for over a week trying to export some textboxes and a datagridview data to a word document. I'v ma

Laravel export excel from view, prevent spacial characters error

I use maatwebsite/excel export from view, but when my column value contains any special characters like "&", export start sending error "Failed to load ....

Visual Studio 2019 Project Export Template change Output Location

I am trying to do an export of my project template, and the output location is outdated and greyed out. I can't save to this folder. I have gone in to Tools/O

Export a 'PPTX' format file to 'SVG' format files using VBA in the PowerPoint Application

A 'pptx' format file should be able to export to a 'svg' file or some 'svg' files (just one slide to one 'svg' file) in the latest version of PowerPoint(the fun

AWS Forecast Export - Create Only One CSV File?

When I am creating an AWS Forecast Export, it creates multiple small CSVs in the S3 bucket. Seemingly 1 for each item_id that I am making predictions for. My qu

Keep hitting an error when trying to use export/import in JavaScript using Atom

I'm trying to write an array in one .js that can be exported to another, but when I try to import it into the other.js Atom keeps throwing me back the following

HTML export on EPPlus?

Had a quick question about the EPPlus library. Can it export an excel spreadsheet as an HTML page? The application I am writing needs to be able to do this.

MUMPS - Export to xml

I need to export the data generated in the MUMPS system with a unique key for each appointment made. Data needs to be exported in XML, can I do that in MUMPS? C

Export to PDF and Prompt User for Folder Path and File Name to Save

I can't figure out how to prompt the user for a folder path and the save name. Below is the code I have gotten to work. Sub PrintToPDF ThisWorkbook.Sheets("Sh

PHPExcel export HTML table to xlsx

I need to export HTML table with data from database to xlsx file as easily as possible. I've tried PHPExcel and some JS plugins, but unsuccessfully. Is there

Exporting Tensorflow Model - AssertionError: No checkpoint specified (save_path=None); nothing is being restored

I'm using google colab and tensorflow 2.3.0 on a Ubuntu machine, and working through the example from here: Tensorlow2 Training Custom Model This is my code: !p

Exporting a hana table having 220 million records using hana Export Command

I've a Hana table having 220 million records. (Size 12GB). We currently use Informatica which performs a select * on my_table and exports a pipe separated data

Scrapy: command to overwrite previous export file

Set-up I export my data to a .csv file by the standard command in Terminal (Mac OS), e.g. scrapy crawl spider -o spider_ouput.csv Problem When exporting a

How to export Adobe Connect video?

I'm very new to all this, and learning. I followed the advice given here How can I export an Adobe Connect recording as a video? to download a video from an Ado

How to set Android exported for Cordova application

I am need to publish a Cordova application on Google Play targeting Android 12. When I uploaded my APK file, I get error You uploaded an APK or Android App Bund

SheetJS xlsx-style need cell style in excel

I am trying to export excel using SheetJS/xlsx and want to format cell. I am using following code and excel is generating but can't format a cell. Can any one p

angular 7 How to export ngx-datatable content to a excel sheet?

I have a pb with ngx-datatable and export excel. I try to use fileSaver, with angular 7. I implement a button for export and do this on it : var blob = new Bl

ReferenceError: can't access lexical declaration `Tag' before initialization

Hi I'm working on a Vanilla JS SPA project, and I wanted to implement some principles from React, but just in plain JavaScript. But there is an issue with impo