Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 103,361 for

workbook

(0.55 sec)
  1. 如何筛选空白或非空白|Documentation

    学习如何通过C++ API用Aspose.Cells for JavaScript筛选空白和非空白单元格。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  2. InsertCutCells wiping out invalid custom functi...

    When I use InsertCutCells to copy a range containing a formula with an invalid custom function name into a new Workbook, the target cell which should correspond to that source cell has no formula. Here is my testing cod…...custom function name into a new workbook, the target cell which should...output using Aspose.Cells; Workbook srcWorkbook = new(@"C:\Sw...

    forum.aspose.com/t/insertcutcells-wiping-out-in...
  3. Worksheet Views|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....Cells provides a class Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/go-cpp/worksheet-views/
  4. Supported File Formats|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....the Microsoft Excel 97‑2003 Workbook. XLSX The Office Open XML...in an Excel Macro‑Enabled Workbook. XLSB Saves the document in...

    docs.aspose.com/cells/reportingservices/support...
  5. Missing text in labels - Free Support Forum - a...

    Hi, when I try to get an image from a chart in Excel, only parts of the labels are picked. In the example, you will see that ‘Type…’ is missing. Here is the code: Aspose.Cells.License lic = new Cells.License(); lic…...lic”); Workbook wb = new Workbook(“PivotCharts_V7.xlsx”);...Range range = excelWorksheet.Workbook.Worksheets.GetRangeByName(rangeName);...

    forum.aspose.com/t/missing-text-in-labels/310539
  6. 更改单元格的格式|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库更改单元格格式,包括字体、颜色、边框等。通过调整这些属性,可以更好地控制单元格的外观。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  7. Change the HTML Link Target Type with Node.js v...

    Learn how to change the HTML link target type using Aspose.Cells for Node.js via C++. Control the target attribute in your HTML links....html" ); const workbook = new AsposeCells . Workbook ( inputPath...HtmlLinkTargetType . Self ); workbook . save ( outputPath , opts...

    docs.aspose.com/cells/nodejs-cpp/change-the-htm...
  8. 用C++获取ODS文件中的单元格验证|Documentation

    学习如何使用Aspose.Cells for C++ API获取ODS文件中的单元格验证。...ods" ; Workbook workbook ( inputFilePath ); //...WorksheetCollection worksheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/cpp/get-cell-validatio...
  9. Stop conversion or loading using InterruptMonit...

    Learn how to interrupt Excel file processing in Python using Aspere.Cells' InterruptMonitor for efficient resource management during long operations....to stop the conversion of a Workbook to various formats like PDF...loading of huge workbooks. Please use the Workbook.interrupt_monitor...

    docs.aspose.com/cells/python-net/stop-conversio...
  10. Convert Excel to PDF with Golang via C++|Docume...

    Learn how to convert Excel Workbooks to PDF format using Aspose.Cells with Golang via C++....supports the conversion of Excel workbooks into PDF. In this example...an Excel workbook into PDF. Converting Excel Workbook to PDF PDF...

    docs.aspose.com/cells/go-cpp/convert-excel-to-pdf/