Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 105,385 for

workbook

(0.15 sec)
  1. Remove Pivot Connection with C++|Documentation

    Learn how to remove a pivot connection with the Aspose.Cells library using C++.... Finally, it saves the workbook as output Excel file . Sample..."remove-pivot-connection.xlsx" ; Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/remove-pivot-connection/
  2. Add and Retrieve Data|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 WorksheetCollection...

    docs.aspose.com/cells/java/add-and-retrieve-data/
  3. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set the line spacing of paragraphs in shapes or textboxes using Aspose.Cells for Node.js via C++....Create a workbook const wb = new AsposeCells . Workbook (); //...setSpaceBefore ( 10 ); // Save the workbook in xlsx format wb . save (...

    docs.aspose.com/cells/nodejs-cpp/set-line-spaci...
  4. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells.... Finally, it saves the workbook in output XLSX and output...column. Finally, it saves the workbook in output XLSX format. Sample...

    docs.aspose.com/cells/net/create-slicer/
  5. How to Convert JSON to Excel in Python

    This quick tutorial explains how to convert JSON to Excel in Python as when we convert JSON to Excel Python is one of the best options. This tutorial provides configuration information, sequence of steps and a runnable sample code to demonstrate this feature....a new workbook can be created or an existing workbook can be...from the disk Create an empty Workbook class instance for importing...

    kb.aspose.com/cells/python/how-to-convert-json-...
  6. CSV ֆայլը փոխարկել JSON-ի Java օգտագործելով

    Հետևեք այս հոդվածին՝ CSV-ը JSON-ի փոխակերպելու համար Java օգտագործելով։ Այն ներառում է IDE-ի կարգավորման մանրամասներ, քայլերի ցուցակ և օրինակ կոդ՝ Java օգտագործելով CSV-ից JSON փոխարկիչ մշակելու համար։...նպատակով Բեռնեք աղբյուր CSV ֆայլը Workbook դասի օբյեկտի մեջ Ստեղծեք JsonSaveOptions...սյունակները Պահպանեք ստացված Workbook-ը որպես JSON ֆայլ՝ վերոնշյալ...

    kb.aspose.com/hy/cells/java/convert-a-csv-file-...
  7. Rotate Text with Shape inside the Worksheet usi...

    Learn how to rotate text with shape inside an Excel worksheet using Aspose.Cells for Node.js via C++.... const workbook = new AsposeCells . Workbook ( sourceFilePath...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/rotate-text-wi...
  8. 在Excel转HTML时排除未使用的样式,支持C++|Documentation

    学习在使用Aspose.Cells for C++将Excel转换为HTML时排除未使用样式的方法。...Startup (); // Create workbook Workbook wb ; // Create an unused...SetExcludeUnusedStyl ( true ); // Save the workbook in html format wb . Save (...

    docs.aspose.com/cells/zh/cpp/exclude-unused-sty...
  9. Ինչպես փոխարկել Excel աղյուսակը JPG-ի Java-ում

    Այս հակիրճ ձեռնարկը բացատրում է, թե ինչպես փոխարկել Excel աղյուսակը JPG-ի Java-ում: Դուք կարող եք հետևել այս հոդվածին, որպեսզի կատարեք նույն առաջադրանքը Windows, macOS և Linux օպերացիոն համակարգերից որևէ մեկում:...նախագծին Ավելացրեք հղումներ Workbook և Chart դասերին` օգտագործելով...Excel ֆայլը գծապատկեր ունեցող Workbook օբյեկտի մեջ Ստացեք հղում գծապատկերի...

    kb.aspose.com/hy/cells/java/how-to-convert-exce...
  10. 使用C++创建Excel工作表的透明图像|Documentation

    使用Aspose.Cells与C++生成Excel工作表的透明图像。...Create workbook object from source file Workbook workbook ( sourceDir...print options SheetRender sr ( workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/create-transparent...