Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 104,117 for

workbook

(0.54 sec)
  1. Convert excel chart to OOXML - Free Support For...

    Hi guys I want to convert a chart that I created in Excel to OOXML format. I am currently doing the same for ranges. I select the range, set the pagesetup and ImageOrPrint options and then save the xlsx as Docx. But with…...1 KB) Workbook workbook = new Workbook(filePath + "sample...SaveAsEditableShapes = true; workbook.Save(filePath + "sample.docx"...

    forum.aspose.com/t/convert-excel-chart-to-ooxml...
  2. Aspose.Cell Hide Column Header - Free Support F...

    Hello Team, We are doing Image export for each worksheet as one page , here we want to provide an option to hide column header. we tried by setting IsRowColumnHeadersVisible = false. but it still shows the header in ex…...PrintHeadings flag) before calling Workbook.Save . Minimal C# example...1. Load the workbook Workbook wb = new Workbook(@"C:\Input\Sample...

    forum.aspose.com/t/aspose-cell-hide-column-head...
  3. Digitally Sign a VBA Code Project with Certific...

    Learn how to digitally sign your VBA code project using Aspose.Cells for C++ with a certificate....Cells with its Workbook.VbaProject.Sign() method....illustrates how to use the Workbook.VbaProject.Sign() method....

    docs.aspose.com/cells/cpp/digitally-sign-a-vba-...
  4. 使用 C++ 通过 JavaScript 将 Excel 图表转换为图像|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 将 Excel 图表转换为图像。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  5. 如何使用C++将HTML转换为PDF|Documentation

    本主题展示如何使用Aspose.Cells for C++将HTML转换为PDF以及MHTML转换为PDF。... 初始化 Workbook 对象。 通过调用Workbook.Save()方法保存输出PDF文档。...Load the HTML file into a workbook U16String inputFilePath (...

    docs.aspose.com/cells/zh/cpp/convert-html-to-pdf/
  6. Fit All Worksheet Columns on Single PDF Page wi...

    Generate a PDF that fits all worksheet columns onto a single page using Aspose.Cells with C++....initialize an instance of Workbook U16String inputFilePath =...srcDir + u "TestBook.xlsx" ; Workbook book ( inputFilePath ); //...

    docs.aspose.com/cells/cpp/fit-all-worksheet-col...
  7. 使用 C++ 合并文件|Documentation

    学习如何使用 Aspose.Cells for C++ 高效合并Excel文件。...对于包含数据、格式和公式的简单文件,可以使用 Workbook.Combine() 方法合并多个工作簿,使用 Worksheet... cacheFile , dest ); Workbook workbook ( dest ); WorksheetCollection...

    docs.aspose.com/cells/zh/cpp/merge-files/
  8. 通过C++和Node.js获取或设置嵌入式OLE对象的类标识符|Documentation

    学习如何通过C++在Node.js中使用Aspose.Cells获取或设置嵌入式OLE对象的类标识符。..."data" ); // Load your sample workbook which contains embedded PowerPoint...object const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/get-or-set-...
  9. Specify how to cross string in output PDF and i...

    Learn to control text overflow in output PDF/Image by specifying the cross type using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...StrictInCell ); // Save PDF file workbook . save ( outputDir + "outputCrossType...

    docs.aspose.com/cells/nodejs-cpp/specify-how-to...
  10. How to Format Number to Accounting|Documentation

    This article will introduce how to format number to accounting using Aspose.Cells for JavaScript via C++ API....Create or Open a Workbook : Create a new workbook or open an existing..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/how-to-for...