Trending questions in Edureka Community

0 votes
1 answer

How to get the JasperReports into Excel format with proper alignment

Remove at least one parameter: exporter.setParameter(JRXlsExporterParameter.IS_COLLAPSE_ROW_SPAN,Boolean.TRUE) Note that JRXlsExportParameter is deprecated the correct ...READ MORE

Sep 21, 2022 in Others by narikkadan
• 63,600 points
4,264 views
0 votes
0 answers

Which is better DevOps or Salesforce?

My colleagues are saying Salesforce is better ...READ MORE

Dec 28, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 28 views
0 votes
0 answers

Convert oracle UDF function with to_number and value_error expection in it to AWS RDS maria db

create or replace FUNCTION num_check (p_string IN ...READ MORE

Dec 14, 2022 in AWS by Tejashwini
• 3,820 points
645 views
0 votes
1 answer

Excel formula gives error when write using Apache-poi library in Java

I tested some sample code. The cell ...READ MORE

Nov 5, 2022 in Others by narikkadan
• 63,600 points
2,309 views
0 votes
0 answers

Why Elastic beanstalk restore to old version?

Why did AWS reinstall an older version ...READ MORE

Dec 14, 2022 in AWS by Tejashwini
• 3,820 points
559 views
0 votes
1 answer

Windows Form application on Visual Studio Code?

There is a simpler way to achieve ...READ MORE

Jun 7, 2022 in C# by pranav
• 2,590 points
8,830 views
0 votes
1 answer

How to remove Blank Rows using EPPlus Excel Package Plus

It is checking the last row if ...READ MORE

Oct 3, 2022 in Others by narikkadan
• 63,600 points
3,695 views
0 votes
0 answers

RDS-data query to pandas dataframe

I have a serverless Aurora DB on ...READ MORE

Dec 28, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 32 views
0 votes
0 answers

Continuous Integration with AWS CDK, ECS, and Prisma

I'm setting up CI/CD while collaborating with ...READ MORE

Dec 28, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 30 views
0 votes
1 answer

How to Freeze Top Row and Apply Filter in Excel Automation with C#

Try this: // Fix first row workSheet.Activate(); workSheet.Application.ActiveWindow.SplitRow = 1; workSheet.Application.ActiveWindow.FreezePanes ...READ MORE

Oct 22, 2022 in Others by narikkadan
• 63,600 points
2,902 views
0 votes
1 answer

How can I sort one set of data to match another set of data in Excel?

In addition, INDEX MATCH is a more ...READ MORE

Oct 29, 2022 in Others by narikkadan
• 63,600 points
2,593 views
0 votes
0 answers

Hi can someone explain the five phases of IT project methodology management for me as follows :

Hi can someone explain the five phases ...READ MORE

Dec 28, 2022 in Others by anonymous

edited Mar 4 39 views
0 votes
0 answers

Loop over an array in JavaScript

How can I use JavaScript to loop ...READ MORE

Dec 9, 2022 in Java by Nicholas
• 7,760 points
772 views
0 votes
1 answer

How to create custom Document Icon in iOS 14+ apps

Tap Add to Home Screen and select ...READ MORE

Dec 15, 2022 in Mobile Development by gaurav
• 23,260 points
853 views
0 votes
0 answers

Request flow when AWS WAF, ALB associated and ALB 4xx?

We have a server that is set ...READ MORE

Dec 27, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 52 views
0 votes
0 answers

Get json object values and store as arrays

[ ['david','female','john','e6a33eee180b07e563d74fee8c2c66b8',1,1,'roger63'], ...READ MORE

Nov 16, 2022 in Database by Ashwini
• 5,430 points
1,755 views
0 votes
0 answers

Unable to create subscription filter to KinesisStream using AWS CDK

I want to stream some logs from ...READ MORE

Dec 27, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 48 views
0 votes
0 answers

Is AWS lightsail IaaS or PaaS?

Similar to the Iaas service EC2, AWS ...READ MORE

Dec 27, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 48 views
0 votes
1 answer

How to download and setup sqlplus for running sql commands?

Installing SQLPlus on Windows: Step 1: First browse ...READ MORE

Nov 7, 2022 in Others by gaurav
• 23,260 points
2,218 views
0 votes
0 answers

Object Oriented Programming Basic Concept(C#)

As We know The Default Modifier of Class, Struct, ...READ MORE

Dec 9, 2022 in Android by Edureka
• 13,630 points
710 views
0 votes
0 answers

Python list error: [::-1] step on [:-1] slice

I thought I understood the basics of ...READ MORE

Dec 20, 2022 in Python by erzan
• 630 points
356 views
0 votes
1 answer

Excel If Functions with Multiple Conditions

Use this: =IF(C3<=0,"Green",IF(C3<500,"Silver",IF(C3<=1499,"Gold","Platinum"))) I added <=0 just in case you have ...READ MORE

Dec 13, 2022 in Others by narikkadan
• 63,600 points
619 views
0 votes
1 answer

white screen on simulator iphone Xcode

After creating the request, you must actually ...READ MORE

Sep 20, 2022 in Others by Aditya
• 7,680 points
4,243 views
0 votes
0 answers

C++ code is not compiling with g++ -o object test.cpp for AWS SDK

I installed the AWS SDK for C++ ...READ MORE

Dec 26, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 75 views
0 votes
0 answers

How to work with api if the site requires an SSL certificate?

My DevOps API is here. User stories ...READ MORE

Dec 15, 2022 in DevOps & Agile by Edureka
• 12,690 points
566 views
0 votes
0 answers

How do I get a substring of a string in Python?

I want to get a new string ...READ MORE

Dec 26, 2022 in Python by erzan
• 630 points

edited Mar 4 64 views
0 votes
1 answer

How to insert a picture into Excel at a specified cell position with VBA

Try this: With xlApp.ActiveSheet.Pictures.Insert(PicPath) With ...READ MORE

Oct 24, 2022 in Others by narikkadan
• 63,600 points
2,766 views
0 votes
1 answer

(GCP) API keys. Your app contains exposed Google Cloud Platform (GCP) API keys

You must look under "Credentials" in the ...READ MORE

Nov 7, 2022 in GCP by Tejashwini
• 3,820 points

edited Sep 6, 2023 by Khan Sarfaraz 2,208 views
0 votes
0 answers

What is devops?

Describe DevOps. I don't understand it, but ...READ MORE

Dec 13, 2022 in DevOps & Agile by Edureka
• 12,690 points
638 views
0 votes
1 answer

SQL like search string starts with

SELECT * from games WHERE (lower(title) LIKE ...READ MORE

Sep 18, 2022 in Database by narikkadan
• 63,600 points
4,341 views
0 votes
0 answers

Which version of Python do I have installed?

I have to run a Python script ...READ MORE

Dec 26, 2022 in Python by erzan
• 630 points

edited Mar 4 60 views
0 votes
1 answer

Integrating address verification based on pincode and vice versa for Indian Pincode

The other website you pointed to () ...READ MORE

Dec 13, 2022 in Others by narikkadan
• 63,600 points
604 views
0 votes
1 answer

Add user-defined function (UDF) to built-in category in Excel

Use Application.MacroOptions This example adds a user-defined macro ...READ MORE

Dec 15, 2022 in Others by narikkadan
• 63,600 points
515 views
0 votes
1 answer

Excel - how to calculate sum of multiple rows into different columns

The AutoSum button or formula can be ...READ MORE

Apr 4, 2022 in Database by Edureka
• 13,690 points
11,586 views
0 votes
0 answers

How to make an AWS Step function task wait for a SNS Message?

I need an AWS Step function with ...READ MORE

Dec 26, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 59 views
0 votes
1 answer

Result always undefined when return the result Nodejs

One easy way to do it would ...READ MORE

Jun 7, 2022 in Node-js by Neha
• 9,020 points
8,880 views
0 votes
0 answers

How to setup Dev Test Prod AWS ENVs same Organization

I am switching between different AWS environments ...READ MORE

Dec 26, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 48 views
0 votes
0 answers

cv2.imshow command doesn't work properly in opencv-python

I'm using opencv 2.4.2, python 2.7 The ...READ MORE

Dec 26, 2022 in Python by erzan
• 630 points

edited Mar 4 40 views
0 votes
0 answers

How can I synchronize Azure DevOps repository content with a Microsoft Teams sharepoint

I have an Azure DevOps repo and ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
537 views
0 votes
0 answers

Understanding slicing

I need a good explanation (references are ...READ MORE

Dec 26, 2022 in Python by erzan
• 630 points

edited Mar 4 39 views
0 votes
0 answers

Converting binary to decimal integer output

I need to convert a binary input ...READ MORE

Dec 26, 2022 in Python by erzan
• 630 points

edited Mar 4 39 views
+2 votes
3 answers

AWS S3 - Listing all objects inside a folder without the prefix

For Scala developers, here it is recursive ...READ MORE

Sep 20, 2018 in AWS by Priyaj
• 58,020 points
49,472 views
0 votes
0 answers

Building an effective CI / CD infrastructure from scratch for a novice devops engineer

Background. At work, the need arose to deploy ...READ MORE

Dec 15, 2022 in DevOps & Agile by Edureka
• 12,690 points
536 views
0 votes
0 answers

How to build docker images for multiple Sagemaker training applications?

Given one ML repository contains 3 training ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
598 views
0 votes
0 answers

Use camera flashlight in Android

I'm trying to use the cameras LED ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
1,310 views
0 votes
1 answer

SQL Server: IF EXISTS ; ELSE

Try this: update b set code = ...READ MORE

Sep 19, 2022 in Database by narikkadan
• 63,600 points
4,264 views
0 votes
0 answers

Object Oriented Programming Basic Concept(C#)

We are aware that the default modifier ...READ MORE

Dec 12, 2022 in C# by Roshan
• 300 points
632 views
0 votes
1 answer

GCP VM Instance is not able to access secrets from Secret Manager despite of appropriate Roles

Please refrain from downloading a JSON service ...READ MORE

Nov 8, 2022 in GCP by Ashwini
• 5,430 points

edited Sep 6, 2023 by Khan Sarfaraz 2,085 views
0 votes
0 answers

How to sign-in to EKS cluster without aws-auth configmap?

My aws-auth configmap contains the aws roles ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
587 views
0 votes
1 answer

Excel is saying zero is not equal to zero

It is a floating point error. Increase ...READ MORE

Dec 10, 2022 in Others by narikkadan
• 63,600 points
932 views