Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 102,517 for

workbook

(0.15 sec)
  1. 使用 C++ 将特定工作表导出为 PDF|Documentation

    使用 Aspose.Cells 与 C++ 导出特定工作表为 PDF。...the template excel file Workbook workbook ( u "sheetset-example...pdf file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/zh/cpp/save-specified-wor...
  2. Chart to Image with Node.js via C++|Documentation

    Learn how to use Aspose.Cells for Node.js via C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook const...

    docs.aspose.com/cells/nodejs-cpp/chart-to-image/
  3. 使用C++将范围插入Excel|Documentation

    学习如何使用Aspose.Cells和C++将范围插入Excel文件。...Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/zh/cpp/insert-ranges-to-e...
  4. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/javascript-cpp/how-to-add...
  5. Calculating IFNA function using Aspose.Cells fo...

    How to calculate the IFNA function using the Aspose.Cells library for JavaScript via C++. Load an existing Excel file or create a new one, calculate the IFNA function to get the result, and finally save the modified Excel file to disk...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Loads the workbook which may contain hidden external...

    docs.aspose.com/cells/javascript-cpp/calculatin...
  6. Cells#copyColumns results in incomplete formatt...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook Workbook = new Workbook("input.xlsx"); Worksheet worksheet = Workbook.getWorksheets().get("IT Projections"); Cells cells = worksheet.getCells(); cel…... Sample code: Workbook workbook = new Workbook("input.xlsx");...xlsx"); Worksheet worksheet = workbook.getWorksheets().get("IT Projections");...

    forum.aspose.com/t/cells-copycolumns-results-in...
  7. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of linked Ole Objects in Excel files using Aspose.Cells for C++....xlsx" ; Workbook wb ( inputFilePath ); // Access...u "Aspose APIs" ); // Save workbook to memory stream auto ms =...

    docs.aspose.com/cells/cpp/access-and-modify-the...
  8. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    This article introduces how to use the Aspose.Cells library to calculate MINIFS and MAXIFS functions in Microsoft Excel 2016 using JavaScript via C++. Load an existing Excel file or create a new one, then use Aspose.Cells methods to calculate these functions and save the results to disk....sample Excel file and calls the Workbook.calculateFormula() method..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...

    docs.aspose.com/cells/javascript-cpp/calculatio...
  9. Avoid using scientific notation when the import...

    Hi, Is there a way to avoid using scientific notation on a large numeric value when using smart marker? Let’s say if my data from the data source includes a large numeric value (e.g. “123456789000”), when I process the…...“123456789000”), when I process the workbook to import the data from the...// Load your workbook var workbook = new Workbook("yourfile.xlsx");...

    forum.aspose.com/t/avoid-using-scientific-notat...
  10. Aspose.cell 读取Excel模板时 嵌入式图片转丢了 - Free Support ...

    测试代码如下: public void testImage111() throws Exception { String template = "files/template.xlsx"; Workbook book = new Workbook(template); book.getWorksheets().get(0).getCells().get(0,2).setValue("dddddd"); …...xlsx"; Workbook book = new Workbook(template); book...如果要WPS兼容,使用以下代码: Workbook workbook = new Workbook(dir + “Template...

    forum.aspose.com/t/aspose-cell-excel/308462