Sort Score
Result 10 results
Languages All
Labels All
Results 4,671 - 4,680 of 106,498 for

workbook

(0.16 sec)
  1. X Axis Vs. Category Axis with C++|Documentation

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs....Create an instance of Workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/x-axis-vs-category-axis/
  2. Ohal Report Canvas Component|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....user requests an export, the workbook and worksheets are initialized...allowed us to build up the Excel workbook entirely independently of...

    docs.aspose.com/cells/net/ohal-report-canvas-co...
  3. Font Settings with Golang via C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....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/cells-font-settings/
  4. Manage Callouts in Presentation Charts Using Ja...

    Create and style callouts in Aspose.Slides for Node.js via Java with concise code examples, compatible with PPT and PPTX to automate presentation workflows.... 500 , 500 , false ); var workBook = chart . getChartData ()...getChartData (). getSeries (). add ( workBook . getCell ( 0 , 0 , seriesIndex...

    docs.aspose.com/slides/nodejs-java/callout/
  5. Specify how to cross a string in output HTML us...

    Learn how to control string overflow in HTML output by specifying HtmlCrossType in Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( filePath );...FitToCell ); // Output HTML workbook . save ( "out" + opts . getHtmlCrossStringTy...

    docs.aspose.com/cells/nodejs-cpp/specify-how-to...
  6. Excel-ում նշման նշան ավելացնել Java-ի միջոցով

    Հետևեք այս հոդվածին՝ Excel-ում նշման նշան ավելացնելու համար Java-ի միջոցով։ Դուք կստանաք IDE-ի կարգավորման տեղեկություն, քայլերի ցանկ և օրինակ կոդ, որը ցույց է տալիս, թե ինչպես ավելացնել նշման նշան Excel-ում Java-ի միջոցով։...ջրանշանից խուսափելու համար Ստեղծեք Workbook և հասանելիություն ստացեք նպատակային...լռելյայն վիճակը true Պահպանեք workbook-ը երկու նշումով՝ մեկը միայն...

    kb.aspose.com/hy/cells/java/add-check-mark-in-e...
  7. Ինչպես փոխարկել XML-ը CSV-ի՝ օգտագործելով C#

    Այս հակիրճ հոդվածն ընդգրկում է, թե ինչպես փոխարկել XML-ը CSV-ի՝ օգտագործելով C#: Այն բացատրում է միջավայրի կարգավորումը, ծրագրի փուլային հոսքը և գործարկվող կոդ՝ XML-ը CSV-ի փոխարկելու համար՝ օգտագործելով C#:...CSV-ի փոխարկելու համար Ստեղծեք Workbook դասի օբյեկտ՝ սկզբնաղբյուր...սկզբնաղբյուր XML ֆայլը բեռնվում է Workbook դասի օրինակով, այնուհետև կանչվում...

    kb.aspose.com/hy/cells/net/how-to-convert-xml-t...
  8. 通过 C++ 在 Node.js 中自动在新行输入时传播表格或列表对象中的公式|Documen...

    学习如何在使用 Aspose.Cells for Node.js via C++ 时,在输入新行数据时自动传播表格或列表对象中的公式。...__dirname , "data" ); // Create workbook object const book = new AsposeCells...AsposeCells . Workbook (); // Access first worksheet const sheet...

    docs.aspose.com/cells/zh/nodejs-cpp/propagate-f...
  9. Avoid Inserting Empty Ranges or Hidden Excel Ra...

    Hello Team, I am working with Aspose.Cells to extract a range from an Excel worksheet as HTML content, which I then insert into a Word document using Aspose.Words. However, I’ve encountered an issue: If the selected …...your Excel file Workbook workbook = new Workbook("input.xlsx");...xlsx"); Worksheet worksheet = workbook.Worksheets[0]; // Define the...

    forum.aspose.com/t/avoid-inserting-empty-ranges...
  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…...snippet: // Assuming 'workbook' is your Workbook object and 'sourceRange'...are defined Cells cells = workbook.getWorksheets().get(0).getCells();...

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