Sort Score
Result 10 results
Languages All
Labels All
Results 7,611 - 7,620 of 7,672 for

xlsx to pdf

(0.09 sec)
  1. 什么是XPS文件? |知识库

    本文解释了XPS作为PDLS语言之一。此页面简要回答了“什么是XPS文档?”...PDF Product Solution Aspose.Cells...Words Product Solution Aspose.PDF Product Solution Aspose.Cells...

    docs.aspose.com/page/zh/net/what-is-xps-file/
  2. Manage Document Properties with Node.js via C++...

    Learn how To Manage Document Properties through the Aspose.Cells for Node.js via C++ APIs....upon rendering a document to PDF, Aspose.Cells for Node.js via...value 'Aspose.Cells' and the PDF Producer field with the value...

    docs.aspose.com/cells/nodejs-cpp/managing-docum...
  3. 使用Node.js通过C++更新切片器|Documentation

    本文展示了如何通过更新切片器,使用Aspose.Cells for Node.js via C++更新链接的树状图表。...xlsx" ); // Load sample Excel file...refresh (); wb . save ( "out.xlsx" ); AI Document Assistant Close...

    docs.aspose.com/cells/zh/nodejs-cpp/updating-sl...
  4. Copying a range across workbook which is being ...

    I have two workbooks both with 1 table having 4 columns and 60 rows, I take one table and copy the style and then copy the value To another workbook. then I reference this copied over table entirely in another sheet of t…...xlsx.zip (22.1 KB) If I copied “originalRange”...OriginalTableWkbk.xlsx to “copiedRange” in CopiedTableWkbk.xlsx with MS...

    forum.aspose.com/t/copying-a-range-across-workb...
  5. 将多个工作簿合并成一个单一工作簿,使用C++实现|Documentation

    学习如何使用Aspose.Cells和C++将多个工作簿合并为一个单一工作簿。...xlsx picture.xlsx 输出工作簿 combined.xlsx 屏幕截图 以下是源和输出工作簿的屏幕截图。...sourceFile1 = srcDir + u "SampleChart.xlsx" ; // Path of the second source...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...
  6. Image with Node.js via C++|Documentation

    Class Libraries & REST APIs for the developers To manipulate & process Files from Word, Excel, PowerPoint, Visio, Pdf, CAD & several other categories in Web, DeskTop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xlsx" ); // Load the workbook const...a Microsoft Word document, a PDF file, a PowerPoint presentation...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  7. Linked picture (camera object) shows stale cach...

    Hi, Using Aspose Cells for Java, version 26.3. Sample code: Workbook template = new Workbook("input.Xlsx"); template.getWorksheets().get("data").getCells().get("A1").putValue(2); template.calculateFormula(); template.…...xlsx"); template.getWorksheets()...save("result.xlsx"); Workbook allSheets = new Workbook("result.xlsx");...

    forum.aspose.com/t/linked-picture-camera-object...
  8. Configuring Fonts for Rendering Spreadsheets wi...

    Learn how To configure fonts for rendering spreadsheets using Aspose.Cells for Node.js via C++. Ensure fonts are available for optimal conversion fidelity....formats as well as convert them to PDF & XPS formats. In order to maximize...path . join ( dataDir , "sample.xlsx" ); // Loads the workbook which...

    docs.aspose.com/cells/nodejs-cpp/configuring-fo...
  9. "GetRowHeightInch" returns slightly wrong heigh...

    See attached sample: I try To measure the grid rows To calculate where horizontal page breaks are required on a worksheet (e.g. because I want To keep specific sets of rows Together on the same page). AsposeCellsPaperHe…...a different format (such as PDF) to see if the row heights match...Workbook wb = new Workbook("sample.xlsx"); Worksheet worksheet = wb...

    forum.aspose.com/t/getrowheightinch-returns-sli...
  10. CellsException: Invalid shift option with inser...

    When I use the insertCutCells method exactly as outlined here and I provide the ShiftType.NONE option, I always get the error: com.aspose.cells.CellsException: Invalid shift option. I want To do a cut, but not insert t…...Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories...save(filePath + "CutAndPasteCells.xlsx"); We have opened the following...

    forum.aspose.com/t/cellsexception-invalid-shift...