Dear Members, I am writing graphql query on content fragment, I need to pass 'variation' query variable to get the content from particular variation of the content fragment. The query is working fine on Graphql Query Editor in AEM cloud SDK. However when I copy the url and hit using the browser it i...
Content hierarchy and XF hierarchy should match with supported locale in AEM, you should not have 'french' node, it should be two character 'fr' similarly for all other supported locales.
Here we have the solution, uber jar 6.5.5 in using apache poi 4.0.1 version internally. So we need to include same version of poi-ooxml dependencyOnly this dependency is suffice <dependency><groupId>org.apache.poi</groupId><artifactId>poi-ooxml</artifactId><version>4.0.1</version></dependency> It w...
I have tried below 3 ways to create workbook and obtain sheet //OPCPackage pkg = OPCPackage.open(new File("/Users/pradeepdubey/students.xlsx"));//XSSFWorkbook wb1 = new XSSFWorkbook(pkg); FileInputStream file = new FileInputStream("/Users/pradeepdubey/students.xlsx");XSSFWorkbook wb1 = new XSSFWorkb...
Hi Tethich, I am not deploying the code to AEM container, just written below code in a java class and trying to run.XSSFWorkbook wb = new XSSFWorkbook(new File("/Users/pradeepdubey/students.xlsx"));XSSFSheet sheet = wb.getSheetAt(0); Added all required maven dependencies in pom file. Still no luck.
Dear members, I need to use apache poi library to read excel file in AEM6.5 instance. I have created sample maven project and included all dependencies required to read excel file in maven project.Getting below error while running sample java class which reads the excel file Exception in thread "mai...
Hi, We have used customer managed CDN feature to have basic auth before site opens. Also we have used other option 'custom header' again at CDN layer. Both these solutions worked in our use case.
Hi Arun, I am looking if chat gpt can help us to generate unit test for the classes we written, and what other type of code it can write it's own to help reduce overall development time. Thanks,Pradeep