Sort Score
Result 10 results
Languages All
Labels All
Results 3,091 - 3,100 of 82,029 for

workbook

(0.06 sec)
  1. Get Warnings for Font Substitution while Render...

    Learn how to get warnings for font substitution when rendering Excel files to PDF using Aspose.Cells for Node.js via C++....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...dataDir , "output_out.pdf" ); workbook . save ( outputFilePath ,...

    docs.aspose.com/cells/nodejs-cpp/get-warnings-f...
  2. Managing OLE Objects|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....Extracting OLE Objects in the Workbook The following example shows...to extract OLE Objects in a Workbook. The example gets different...

    docs.aspose.com/cells/python-net/managing-ole-o...
  3. How to Convert Excel to SVG using Python

    This short article is about how to convert Excel to SVG using Python. It has information about the development environment, a list of steps and a runnable sample code to generate Excel SVG using Python....Load the XLSX file into the Workbook class object Create an object...to SVG Save the resultant workbook as SVG using the above-mentioned...

    kb.aspose.com/cells/python/how-to-convert-excel...
  4. How to Convert CSV to Excel in Java

    In this tutorial, you will learn how to convert CSV to Excel in Java. You can implement the process to convert CSV to XLSX in Java with simple API calls in a few easy steps.... We will use the Workbook class object for loading the...the input CSV file Create a Workbook class instance with the input...

    kb.aspose.com/cells/java/how-to-convert-csv-to-...
  5. Dealing with Font Settings|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/dealing-with-font-se...
  6. Ինչպես փոխարկել XML-ը XLSX-ի Java-ում

    Այս հակիրճ հոդվածը այն մասին է, թե ինչպես փոխարկել XML-ը XLSX-ի Java-ում: Այն ներառում է համակարգի մանրամասն կազմաձևման քայլերը, քայլ առ քայլ կեղծ կոդի և աշխատանքային նմուշի կոդ՝ XML-ի Excel-ի փոխարկիչ հավելված մշակելու համար Java-ում:...նմուշը սկավառակից՝ օգտագործելով Workbook դասի օրինակը՝ տրամադրելով...ֆայլը սկավառակից՝ օգտագործելով Workbook դասի օրինակը, ինչպես նաև տրամադրելով...

    kb.aspose.com/hy/cells/java/how-to-convert-xml-...
  7. Java-ի միջոցով PDF ձևից տվյալների արտահանում Excel

    Հետևեք այս հոդվածին՝ Java-ի միջոցով PDF ձևից տվյալները Excel-ում արտահանելու համար: Այն կիսվում է IDE-ի կարգավորումների, քայլերի ցանկի և Java-ի միջոցով PDF-ից դաշտերը Excel-ում արտահանելու նմուշային կոդի մասին:...արտահանելու և այնուհետև XML ֆայլը Workbook-ում բեռնելու և այն XLSX ֆայլի...ֆայլը բեռնելու համար Բեռնեք Workbook դասի օբյեկտը՝ XML ֆայլը բեռնելու...

    kb.aspose.com/hy/total/java/export-data-from-a-...
  8. 使用Aspose.Cells和C++将文本转换为列|Documentation

    学习如何在Excel文件中使用Aspose.Cells for C++将文本转换为列。...02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet..., 5 , opts ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/convert-text-to-co...
  9. 如何从源代码包构建 Aspose.Cells for Go via C++。|Document...

    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...."YOUR_LICENSE_File_PATH" ) workbook , _ := NewWorkbook () worksheets...worksheets , _ := workbook . GetWorksheets () worksheet , _ := worksheets...

    docs.aspose.com/cells/zh/go-cpp/how-to-build-as...
  10. Protecting Worksheets with C++|Documentation

    Learn how to protect worksheets, rows, columns, and specific cells in Microsoft Excel files using Aspose.Cells with C++....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/protecting-worksheets/