Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 82,029 for

workbook

(0.05 sec)
  1. Get Connection Points from Shape with C++|Docum...

    Learn how to retrieve shape connection points using Aspose.Cells for C++....01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "sampleGetFonts...); Vector < Font > fonts = workbook . GetFonts (); for ( int i...

    docs.aspose.com/cells/cpp/get-connection-points...
  2. Set DefaultFont property of PdfSaveOptions and ...

    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....DefaultFont to all the text in the workbook that has a missing (not installed)...try to set Workbook’s default font (i.e., Workbook.DefaultStyle...

    docs.aspose.com/cells/java/set-defaultfont-prop...
  3. 在xlsx4j中跟踪先例和后继者|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....//Instantiating a Workbook object Workbook workbook = new Workbook ( dataDir...dataDir + "workbook.xls" ); Cells cells = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/tracing-precedent...
  4. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing Excel files using Aspose.Cells for Node.js via C++.... Open your workbook which you don’t allow others...this code, go back to the workbook, and now when you print the...

    docs.aspose.com/cells/nodejs-cpp/how-to-prevent...
  5. Assign and Validate Digital Signatures with Nod...

    Excel file digital signature and verification using Aspose.Cells for Node.js via C++. Protect the authenticity of Workbook content with digital signatures....provides assurance that a workbook file is valid and no one has...you must attach it to your workbook. Attaching a digital signature...

    docs.aspose.com/cells/nodejs-cpp/assign-and-val...
  6. 在渲染电子表格为HTML时设置默认字体,使用C++|Documentation

    学习如何使用Aspose.Cells for C++在渲染电子表格为HTML时设置默认字体。...Create workbook object and access first worksheet Workbook wb ;...SetStyle ( st ); // Now save the workbook in html format and set the...

    docs.aspose.com/cells/zh/cpp/set-default-font-w...
  7. 在Node.js和C++中设置默认字体以渲染电子表格为HTML|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....__dirname , "data" ); // Create workbook object and access first worksheet...const wb = new AsposeCells . Workbook (); const ws = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...
  8. Freeze panes of Excel Worksheet with C++|Docume...

    In this article, you will learn how to freeze panes of Excel Worksheets programmatically using C++ Library with Aspose.Cells API.... Construct a Workbook to open the file or create...Startup (); // Instantiate a new Workbook U16String inputFilePath (...

    docs.aspose.com/cells/cpp/how-to-freeze-panes-o...
  9. java.lang.ClassNotFoundException: Didn't find c...

    sourceCompatibility JavaVersion.VERSION_1_8 minSdk 24 targetSdk 33 Workbook Workbook = new Workbook(fileName);...24 targetSdk 33 Workbook workbook = new Workbook(fileName); amjad...exception or error. Workbook workbook = new Workbook("d:\\files\\templt_appendix2...

    forum.aspose.com/t/java-lang-classnotfoundexcep...
  10. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply various image and print options using Aspose.Cells for Node.js via C++....template workbook in Microsoft Excel I created a new workbook in MS...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/converting-wor...