Sort Score
Result 10 results
Languages All
Labels All
Results 3,731 - 3,740 of 102,528 for

workbook

(0.23 sec)
  1. Your First Aspose.Cells Application - Hello Wor...

    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....Create an instance of the Workbook class. Apply the license:...Creating a Workbook The following example creates a new workbook from...

    docs.aspose.com/cells/java/your-first-aspose-ce...
  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. Excel shape text font color is not getting modi...

    I am trying to change the text font of shape in excel document from white to black, it is only changing the first word’s color to black. Please find the attached solution for reproducing this and also suggest how can we …...Instantiate a new Workbook Workbook workbook = new Workbook(); // Get...worksheet Worksheet worksheet = workbook.Worksheets[0]; // Add a shape...

    forum.aspose.com/t/excel-shape-text-font-color-...
  4. Save Specified Worksheets to PDF|Documentation

    Learn how to Save Specified Worksheets to PDF with Aspose.Cells for Python via .NET API....all visible worksheets in a workbook to a PDF file. With the PdfSaveOptions...indicates visible sheets in a workbook, and SheetSet.all indicates...

    docs.aspose.com/cells/python-net/save-specified...
  5. Render Worksheet to Graphic Context with Node.j...

    Learn how to render a worksheet to graphic context using Aspose.Cells for Node.js via C++. This includes rendering to image files, screens, and printers....Create workbook object from source file const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access first worksheet...

    docs.aspose.com/cells/nodejs-cpp/render-workshe...
  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. 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...
  8. 使用Node.js via C++在图表上添加WordArt水印|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Microsoft Excel的图表中添加WordArt水印。我们的指南将演示如何创建和定位WordArt水印,以增强图表的视觉吸引力和独特性。... const workbook = new AsposeCells . Workbook ( filePath );...first worksheet. const chart = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/add-wordart...
  9. How to Format Number as Currency with C++|Docum...

    This article will introduce how to format number to currency using Aspose.Cells for C++ API....(); // Create a new workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/format-number-to-curr...
  10. 使用C++设置形状或文本框中的段落行间距|Documentation

    学习如何在形状或文本框中设置段落的行间距、前间距和后间距,使用编号Aspose.Cells for C++。...02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...SetSpaceBefore ( 10 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/set-line-spacing-o...